diff options
Diffstat (limited to 'test/mach-o/Inputs/x86_64/libSystem.yaml')
-rw-r--r-- | test/mach-o/Inputs/x86_64/libSystem.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/mach-o/Inputs/x86_64/libSystem.yaml b/test/mach-o/Inputs/x86_64/libSystem.yaml deleted file mode 100644 index fbbf794f3264a..0000000000000 --- a/test/mach-o/Inputs/x86_64/libSystem.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# -# For use by test cases that create dynamic output types which may needs stubs -# and therefore will need a dylib definition of dyld_stub_binder. -# - ---- !mach-o -arch: x86_64 -file-type: MH_DYLIB -install-name: /usr/lib/libSystem.B.dylib -exports: - - name: dyld_stub_binder - -... |