[lld] [lld][AArch64][ELF][PAC] Support AUTH relocations and AUTH ELF marking (PR #72714)

Daniil Kovalev via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 22:08:22 PST 2023


================
@@ -0,0 +1,156 @@
+// REQUIRES: aarch64
----------------
kovdan01 wrote:

We can probably rename it to aarch64-reloc-pauth.s or smth like that (there are already tests for other archs with such naming convention).

aarch64-feature-pauth.s checks the `.note.AARCH64-PAUTH-ABI-tag` section stuff.

They can be combined into one file, but IMHO testing different things in different relatively small files makes things easier to understand - even when combined, the files would be effectively just concatenated.



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


More information about the llvm-commits mailing list