aboutsummaryrefslogtreecommitdiff
path: root/lld/test/mach-o/use-dylib.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/mach-o/use-dylib.yaml')
-rw-r--r--lld/test/mach-o/use-dylib.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/mach-o/use-dylib.yaml b/lld/test/mach-o/use-dylib.yaml
index bcb2d07e38e8..7436e180c29f 100644
--- a/lld/test/mach-o/use-dylib.yaml
+++ b/lld/test/mach-o/use-dylib.yaml
@@ -1,6 +1,6 @@
# RUN: ld64.lld -arch x86_64 %s \
# RUN: %p/Inputs/use-simple-dylib.yaml %p/Inputs/x86_64/libSystem.yaml -dylib -o %t.dylib
-# RUN: llvm-objdump -private-headers %t.dylib | FileCheck %s
+# RUN: llvm-objdump --private-headers %t.dylib | FileCheck %s
# This test ensures that we have a LC_LOAD_DYLIB for libspecial.dylib even though we don't
# use any atoms from it. This matches the ld64 behaviour.