[llvm-branch-commits] [llvm] CodeGen: Optionally emit PAuth relocations as IRELATIVE relocations. (PR #133533)

Peter Collingbourne via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Nov 26 12:20:32 PST 2025


================
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple aarch64-linux-gnu    -mattr=+pauth -filetype=asm -o - %s | FileCheck --check-prefix=ELF %s
+; RUN: llc -mtriple aarch64-linux-musl   -mattr=+pauth -filetype=asm -o - %s | FileCheck --check-prefix=ELF %s
----------------
pcc wrote:

That's needed because glibc doesn't support the PAuth relocations (so it uses IRELATIVE after this change), so I needed to switch to another triple that does.

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


More information about the llvm-branch-commits mailing list