aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/aarch64-ifunc-bti.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/aarch64-ifunc-bti.s')
-rw-r--r--lld/test/ELF/aarch64-ifunc-bti.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/aarch64-ifunc-bti.s b/lld/test/ELF/aarch64-ifunc-bti.s
index cb32d95198f8..a6434289691a 100644
--- a/lld/test/ELF/aarch64-ifunc-bti.s
+++ b/lld/test/ELF/aarch64-ifunc-bti.s
@@ -4,7 +4,7 @@
# RUN: ld.lld --shared --soname=t1.so %t1.o -o %t1.so
# RUN: ld.lld --pie %t1.so %t.o -o %t
-# RUN: llvm-objdump -d --no-show-raw-insn -mattr=+bti -triple=aarch64-linux-gnu %t | FileCheck %s
+# RUN: llvm-objdump -d --no-show-raw-insn --mattr=+bti --triple=aarch64-linux-gnu %t | FileCheck %s
# When the address of an ifunc is taken using a non-got reference which clang
# can do, LLD exports a canonical PLT entry that may have its address taken so