Details
Details
- Reviewers
delcypher kubamracek dcoughlin samsonov pcc
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@yln What do you want the ptrauth feature to mean? Right now it means the target is arm64e. I would expect to mean that the toolchain and the target support ptrauth. Right now the patch only checks the target. The patch doesn't check if the toolchain supports it.
What happens if you use a freshly built clang (from llvm-project from llvm.org, not from Swift) for this test? Does it pass? If so I guess my point doesn't matter.
If it doesn't then we might want to a check (probably at CMake configure time) if the toolchain supports ptrauth.