summaryrefslogtreecommitdiff
path: root/test/mach-o/image-base.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/mach-o/image-base.yaml')
-rw-r--r--test/mach-o/image-base.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mach-o/image-base.yaml b/test/mach-o/image-base.yaml
index d274621f8dd36..aa78fea1c3384 100644
--- a/test/mach-o/image-base.yaml
+++ b/test/mach-o/image-base.yaml
@@ -1,4 +1,4 @@
-# RUN: lld -flavor darwin -arch x86_64 -macosx_version_min 10.9 %s -o %t -image_base 31415926000 %p/Inputs/libSystem.yaml
+# RUN: lld -flavor darwin -arch x86_64 -macosx_version_min 10.9 %s -o %t -image_base 31415926000 %p/Inputs/x86_64/libSystem.yaml
# RUN: llvm-readobj -macho-segment %t | FileCheck %s
# RUN: not lld -flavor darwin -arch x86_64 -image_base 0x31415926530 %s >/dev/null 2> %t
# RUN: FileCheck < %t %s --check-prefix=CHECK-ERROR-MISPAGED