aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/defsym.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/defsym.s')
-rw-r--r--lld/test/ELF/defsym.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/defsym.s b/lld/test/ELF/defsym.s
index 2e07ca7c1cfb..94c1bc0179b0 100644
--- a/lld/test/ELF/defsym.s
+++ b/lld/test/ELF/defsym.s
@@ -2,12 +2,12 @@
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
# RUN: ld.lld -o %t %t.o --defsym=foo2=foo1
# RUN: llvm-readobj --symbols -S %t | FileCheck %s
-# RUN: llvm-objdump -d -print-imm-hex %t | FileCheck %s --check-prefix=USE
+# RUN: llvm-objdump -d --print-imm-hex %t | FileCheck %s --check-prefix=USE
## Check that we accept --defsym foo2=foo1 form.
# RUN: ld.lld -o %t2 %t.o --defsym foo2=foo1
# RUN: llvm-readobj --symbols -S %t2 | FileCheck %s
-# RUN: llvm-objdump -d -print-imm-hex %t2 | FileCheck %s --check-prefix=USE
+# RUN: llvm-objdump -d --print-imm-hex %t2 | FileCheck %s --check-prefix=USE
## Check we are reporting the error correctly and don't crash
## when handling the second --defsym.