diff options
Diffstat (limited to 'test/mach-o/flat_namespace_undef_suppress.yaml')
-rw-r--r-- | test/mach-o/flat_namespace_undef_suppress.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mach-o/flat_namespace_undef_suppress.yaml b/test/mach-o/flat_namespace_undef_suppress.yaml index 5152a1cd985c..e68fd998c1b2 100644 --- a/test/mach-o/flat_namespace_undef_suppress.yaml +++ b/test/mach-o/flat_namespace_undef_suppress.yaml @@ -1,4 +1,4 @@ -# RUN: lld -flavor darwin -arch x86_64 -macosx_version_min 10.9 -flat_namespace -undefined suppress %s -o %t %p/Inputs/libSystem.yaml +# RUN: lld -flavor darwin -arch x86_64 -macosx_version_min 10.9 -flat_namespace -undefined suppress %s -o %t %p/Inputs/x86_64/libSystem.yaml # # Sanity check '-flat_namespace -undefined suppress'. # This should pass without error, even though '_bar' is undefined. |