diff options
Diffstat (limited to 'lld/test/mach-o/mh_dylib_header.yaml')
-rw-r--r-- | lld/test/mach-o/mh_dylib_header.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/mach-o/mh_dylib_header.yaml b/lld/test/mach-o/mh_dylib_header.yaml index 96b67aacae2..8222063ee16 100644 --- a/lld/test/mach-o/mh_dylib_header.yaml +++ b/lld/test/mach-o/mh_dylib_header.yaml @@ -1,4 +1,4 @@ -# RUN: lld -flavor darwin -arch x86_64 %s -dylib -o %t %p/Inputs/libSystem.yaml +# RUN: lld -flavor darwin -arch x86_64 %s -dylib -o %t %p/Inputs/x86_64/libSystem.yaml # RUN: llvm-nm -m -n %t | FileCheck %s # # Test that __mh_dylib_header symbol is available for dylibs |