summaryrefslogtreecommitdiff
path: root/test/mach-o/twolevel_namespace_undef_dynamic_lookup.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/mach-o/twolevel_namespace_undef_dynamic_lookup.yaml')
-rw-r--r--test/mach-o/twolevel_namespace_undef_dynamic_lookup.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mach-o/twolevel_namespace_undef_dynamic_lookup.yaml b/test/mach-o/twolevel_namespace_undef_dynamic_lookup.yaml
index a39a3e7f8c1b1..b402ae3e17f28 100644
--- a/test/mach-o/twolevel_namespace_undef_dynamic_lookup.yaml
+++ b/test/mach-o/twolevel_namespace_undef_dynamic_lookup.yaml
@@ -1,4 +1,4 @@
-# RUN: lld -flavor darwin -arch x86_64 -macosx_version_min 10.9 -twolevel_namespace -undefined dynamic_lookup %s -o %t %p/Inputs/libSystem.yaml
+# RUN: lld -flavor darwin -arch x86_64 -macosx_version_min 10.9 -twolevel_namespace -undefined dynamic_lookup %s -o %t %p/Inputs/x86_64/libSystem.yaml
#
# Sanity check '-twolevel_namespace -undefined dynamic_lookup'.
# This should pass without error, even though '_bar' is undefined.