aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/arm-thunk-nosuitable.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/arm-thunk-nosuitable.s')
-rw-r--r--lld/test/ELF/arm-thunk-nosuitable.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/arm-thunk-nosuitable.s b/lld/test/ELF/arm-thunk-nosuitable.s
index f149fa9839e7..aea8d7fc431c 100644
--- a/lld/test/ELF/arm-thunk-nosuitable.s
+++ b/lld/test/ELF/arm-thunk-nosuitable.s
@@ -1,7 +1,7 @@
// REQUIRES: arm
// RUN: llvm-mc %s --arm-add-build-attributes --triple=armv7a-linux-gnueabihf --filetype=obj -o %t.o
// RUN: ld.lld %t.o -o %t
-// RUN: llvm-objdump -triple=thumbv7a -d --start-address=0x2110b4 --stop-address=0x2110be %t | FileCheck %s
+// RUN: llvm-objdump --triple=thumbv7a -d --start-address=0x2110b4 --stop-address=0x2110be %t | FileCheck %s
// Create a conditional branch too far away from a precreated thunk
// section. This will need a thunk section created within range.