================ @@ -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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
