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

Florian Mayer via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Nov 26 12:24:12 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
----------------
fmayer wrote:

Clarified with Peter: before, this generated PAuth relocations for glibc, even though that wouldn't actually work.

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


More information about the llvm-branch-commits mailing list