aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/arm-force-pi-thunk.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/arm-force-pi-thunk.s')
-rw-r--r--lld/test/ELF/arm-force-pi-thunk.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/arm-force-pi-thunk.s b/lld/test/ELF/arm-force-pi-thunk.s
index 3b7b2976cc58..5504b4e19bd9 100644
--- a/lld/test/ELF/arm-force-pi-thunk.s
+++ b/lld/test/ELF/arm-force-pi-thunk.s
@@ -6,7 +6,7 @@
// RUN: .text_high 0x2000000 : { *(.text_high) *(.text_high2) } \
// RUN: } " > %t.script
// RUN: ld.lld --pic-veneer --script %t.script %t -o %t2
-// RUN: llvm-objdump -d -triple=thumbv7a-none-linux-gnueabi %t2 | FileCheck %s
+// RUN: llvm-objdump -d --triple=thumbv7a-none-linux-gnueabi %t2 | FileCheck %s
// Test that we can force generation of position independent thunks even when
// inputs are not pic.