[llvm] [AArch64] Make IFUNC opt-in rather than opt-out. (PR #171648)
Anton Korobeynikov via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 12 09:15:57 PST 2025
================
@@ -4,13 +4,13 @@
; RUN: llc < ok.ll -mtriple arm64e-apple-darwin \
; RUN: | FileCheck %s --check-prefix=CHECK-MACHO
-; RUN: llc < ok.ll -mtriple aarch64-elf -mattr=+pauth \
+; RUN: llc < ok.ll -mtriple aarch64-android -mattr=+pauth \
----------------
asl wrote:
The tests should remain test elf triple.
https://github.com/llvm/llvm-project/pull/171648
More information about the llvm-commits
mailing list