aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/linkerscript/emit-reloc-section-names.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/linkerscript/emit-reloc-section-names.s')
-rw-r--r--lld/test/ELF/linkerscript/emit-reloc-section-names.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/linkerscript/emit-reloc-section-names.s b/lld/test/ELF/linkerscript/emit-reloc-section-names.s
index 7f76057322e8..805d3c2cad4b 100644
--- a/lld/test/ELF/linkerscript/emit-reloc-section-names.s
+++ b/lld/test/ELF/linkerscript/emit-reloc-section-names.s
@@ -2,7 +2,7 @@
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
# RUN: echo "SECTIONS { .text.zed : { *(.text.foo) } .text.qux : { *(.text.bar) } }" > %t.script
# RUN: ld.lld -T %t.script --emit-relocs %t.o -o %t
-# RUN: llvm-objdump -section-headers %t | FileCheck %s
+# RUN: llvm-objdump --section-headers %t | FileCheck %s
## Check we name relocation sections in according to
## their target sections names.