aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/exclude.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/exclude.s')
-rw-r--r--lld/test/ELF/exclude.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/exclude.s b/lld/test/ELF/exclude.s
index 8fe003747b14..bb7bbfbe2125 100644
--- a/lld/test/ELF/exclude.s
+++ b/lld/test/ELF/exclude.s
@@ -1,9 +1,9 @@
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
# RUN: ld.lld -o %t1 %t
-# RUN: llvm-objdump -section-headers %t1 | FileCheck %s
+# RUN: llvm-objdump --section-headers %t1 | FileCheck %s
# RUN: ld.lld -r -o %t1 %t
-# RUN: llvm-objdump -section-headers %t1 | FileCheck --check-prefix=RELOCATABLE %s
+# RUN: llvm-objdump --section-headers %t1 | FileCheck --check-prefix=RELOCATABLE %s
# CHECK-NOT: .aaa
# RELOCATABLE: .aaa