aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/arm-gnu-ifunc-plt.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/arm-gnu-ifunc-plt.s')
-rw-r--r--lld/test/ELF/arm-gnu-ifunc-plt.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/arm-gnu-ifunc-plt.s b/lld/test/ELF/arm-gnu-ifunc-plt.s
index c9119a2dbaee..35e2fd7b31b8 100644
--- a/lld/test/ELF/arm-gnu-ifunc-plt.s
+++ b/lld/test/ELF/arm-gnu-ifunc-plt.s
@@ -3,7 +3,7 @@
// RUN: ld.lld %t1.o --shared -soname=t.so -o %t.so
// RUN: llvm-mc -filetype=obj -triple=armv7a-linux-gnueabihf %s -o %t.o
// RUN: ld.lld %t.so %t.o -o %tout
-// RUN: llvm-objdump -triple=armv7a-linux-gnueabihf -d --no-show-raw-insn %tout | FileCheck %s --check-prefix=DISASM
+// RUN: llvm-objdump --triple=armv7a-linux-gnueabihf -d --no-show-raw-insn %tout | FileCheck %s --check-prefix=DISASM
// RUN: llvm-objdump -s %tout | FileCheck %s --check-prefix=GOTPLT
// RUN: llvm-readobj -r --dynamic-table %tout | FileCheck %s