aboutsummaryrefslogtreecommitdiff
path: root/lld/test/mach-o/interposing-section.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/mach-o/interposing-section.yaml')
-rw-r--r--lld/test/mach-o/interposing-section.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/mach-o/interposing-section.yaml b/lld/test/mach-o/interposing-section.yaml
index 7b45f8a4d834..aea66b73e34d 100644
--- a/lld/test/mach-o/interposing-section.yaml
+++ b/lld/test/mach-o/interposing-section.yaml
@@ -1,9 +1,9 @@
# RUN: ld64.lld -arch x86_64 %s %p/Inputs/interposing-section.yaml \
# RUN: -dylib -o %t %p/Inputs/x86_64/libSystem.yaml
-# RUN: llvm-objdump -private-headers %t | FileCheck %s
+# RUN: llvm-objdump --private-headers %t | FileCheck %s
#
# RUN: ld64.lld -arch x86_64 %s -r -o %t1
-# RUN: llvm-objdump -private-headers %t1 | FileCheck %s
+# RUN: llvm-objdump --private-headers %t1 | FileCheck %s
#
# Test that interposing section is preserved by linker.
#