aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/linkerscript/orphans.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/linkerscript/orphans.s')
-rw-r--r--lld/test/ELF/linkerscript/orphans.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/linkerscript/orphans.s b/lld/test/ELF/linkerscript/orphans.s
index 0a8c7ab1129b..03088b5bc92c 100644
--- a/lld/test/ELF/linkerscript/orphans.s
+++ b/lld/test/ELF/linkerscript/orphans.s
@@ -3,12 +3,12 @@
# RUN: echo "SECTIONS { .writable : { *(.writable) } }" > %t.script
# RUN: ld.lld -o %t.out --script %t.script %t
-# RUN: llvm-objdump -section-headers %t.out | \
+# RUN: llvm-objdump --section-headers %t.out | \
# RUN: FileCheck -check-prefix=TEXTORPHAN %s
# RUN: echo "SECTIONS { .text : { *(.text) } }" > %t.script
# RUN: ld.lld -o %t.out --script %t.script %t
-# RUN: llvm-objdump -section-headers %t.out | \
+# RUN: llvm-objdump --section-headers %t.out | \
# RUN: FileCheck -check-prefix=WRITABLEORPHAN %s
# TEXTORPHAN: Sections: