aboutsummaryrefslogtreecommitdiff
path: root/lld/test/mach-o/executable-exports.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/mach-o/executable-exports.yaml')
-rw-r--r--lld/test/mach-o/executable-exports.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/mach-o/executable-exports.yaml b/lld/test/mach-o/executable-exports.yaml
index 83d9c210173e..cd5c1f83bad9 100644
--- a/lld/test/mach-o/executable-exports.yaml
+++ b/lld/test/mach-o/executable-exports.yaml
@@ -1,6 +1,6 @@
# RUN: ld64.lld -arch x86_64 -macosx_version_min 10.8 \
# RUN: %s %p/Inputs/x86_64/libSystem.yaml -o %t && \
-# RUN: llvm-objdump -macho -exports-trie %t | FileCheck %s
+# RUN: llvm-objdump --macho --exports-trie %t | FileCheck %s
#
#
# Tests that exports trie builds properly.