[llvm] [AArch64][PAC] Emit auth call for tlv access thunk function pointer. (PR #97658)

Daniil Kovalev via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 5 06:54:21 PDT 2024


================

----------------
kovdan01 wrote:

Nit: as far as I understand, this is the same as arm64-tls-darwin.ll but with ptrauth. You might want to rename the file so it matches the non-ptrauth version (like ptrauth-tls-darwin.ll). Alternatively, since the decision on auth tls is made based on function attributes, you might want to just use the same arm64-tls-darwin.ll test and add a new function with ptrauth-calls attribute applied.

Feel free to ignore - I'm OK with any naming conventions on darwin tests.

https://github.com/llvm/llvm-project/pull/97658


More information about the llvm-commits mailing list