aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/arm-thunk-linkerscript.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/arm-thunk-linkerscript.s')
-rw-r--r--lld/test/ELF/arm-thunk-linkerscript.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/arm-thunk-linkerscript.s b/lld/test/ELF/arm-thunk-linkerscript.s
index 6a1fe2fd5aa9..5de80fc0d5c4 100644
--- a/lld/test/ELF/arm-thunk-linkerscript.s
+++ b/lld/test/ELF/arm-thunk-linkerscript.s
@@ -6,7 +6,7 @@
// RUN: .text_high 0x2000000 : { *(.text_high) *(.text_high2) } \
// RUN: } " > %t.script
// RUN: ld.lld --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
// Simple test that we can support range extension thunks with linker scripts
.syntax unified
.section .text_low, "ax", %progbits