aboutsummaryrefslogtreecommitdiff
path: root/lld/test/mach-o/run-tlv-pass-x86-64.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/mach-o/run-tlv-pass-x86-64.yaml')
-rw-r--r--lld/test/mach-o/run-tlv-pass-x86-64.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/mach-o/run-tlv-pass-x86-64.yaml b/lld/test/mach-o/run-tlv-pass-x86-64.yaml
index 765e1c1fd1bb..ca1d8b260f6d 100644
--- a/lld/test/mach-o/run-tlv-pass-x86-64.yaml
+++ b/lld/test/mach-o/run-tlv-pass-x86-64.yaml
@@ -1,7 +1,7 @@
# RUN: ld64.lld -macosx_version_min 10.7 -arch x86_64 -print_atoms %s -o %t | FileCheck %s
# RUN: not ld64.lld -macosx_version_min 10.6 -arch x86_64 -o %t %s 2> %t2
# RUN: FileCheck < %t2 %s --check-prefix=CHECK-ERROR
-# RUN: llvm-objdump -macho -private-headers %t | FileCheck %s --check-prefix=CHECK-LOADCMDS
+# RUN: llvm-objdump --macho --private-headers %t | FileCheck %s --check-prefix=CHECK-LOADCMDS
#
# Test parsing of x86_64 tlv relocations.