aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/linkerscript/unused-synthetic.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/linkerscript/unused-synthetic.s')
-rw-r--r--lld/test/ELF/linkerscript/unused-synthetic.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/linkerscript/unused-synthetic.s b/lld/test/ELF/linkerscript/unused-synthetic.s
index de494fa4975f..9419917484af 100644
--- a/lld/test/ELF/linkerscript/unused-synthetic.s
+++ b/lld/test/ELF/linkerscript/unused-synthetic.s
@@ -20,7 +20,7 @@
# RUN: .got.plt : { a_sym = .; *(.got.plt) } \
# RUN: }" > %t2.script
# RUN: ld.lld -shared -o %t2.so --script %t2.script %t.o
-# RUN: llvm-objdump -section-headers %t2.so | FileCheck %s --check-prefix=CHECK2
+# RUN: llvm-objdump --section-headers %t2.so | FileCheck %s --check-prefix=CHECK2
# CHECK2: .got.plt 00000000
.global _start