================ @@ -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:
why is this needed? shouldn't the codegen for things that didn't need IRELATIVE before stay the same? 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
