diff options
| author | Tim Northover <tnorthover@apple.com> | 2014-07-03 12:50:23 +0000 |
|---|---|---|
| committer | Tim Northover <tnorthover@apple.com> | 2014-07-03 12:50:23 +0000 |
| commit | ca2e63daf8e2f987ce9e156fe3243e6d25b6f6cf (patch) | |
| tree | 5e6ebb9b1f0f986efc9aca9248d81a6ced0488e9 | |
| parent | 174242c74c55eeee7159a02a52985824b7375250 (diff) | |
| download | bcm5719-llvm-ca2e63daf8e2f987ce9e156fe3243e6d25b6f6cf.tar.gz bcm5719-llvm-ca2e63daf8e2f987ce9e156fe3243e6d25b6f6cf.zip | |
[mach-o]: remove dylib install-name test with a.out
Unfortunately, the creation of (the default) output file, a.out races with all
the other tests in this directory. When the wrong one is read by macho-dump,
the test fails.
llvm-svn: 212269
| -rw-r--r-- | lld/test/mach-o/dylib-install-names.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lld/test/mach-o/dylib-install-names.yaml b/lld/test/mach-o/dylib-install-names.yaml index 05f268fcae7..2ee361e59bc 100644 --- a/lld/test/mach-o/dylib-install-names.yaml +++ b/lld/test/mach-o/dylib-install-names.yaml @@ -10,11 +10,6 @@ # RUN: macho-dump libwibble.dylib | FileCheck %s --check-prefix=CHECK-BINARY-WRITE # RUN: rm -f libwibble.dylib -# Check the default output file is a.out, and this also goes into LC_ID_DYLIB. -# RUN: lld -flavor darwin -arch x86_64 -dylib %s -# RUN: macho-dump a.out | FileCheck %s --check-prefix=CHECK-BINARY-WRITE-AOUT -# RUN: rm -f a.out - --- !mach-o arch: x86_64 file-type: MH_OBJECT @@ -49,10 +44,6 @@ global-symbols: # CHECK-BINARY-WRITE-NEXT: ('size', 40) # CHECK-BINARY-WRITE-NEXT: ('install_name', 'libwibble.dylib') -# CHECK-BINARY-WRITE-AOUT: (('command', 13) -# CHECK-BINARY-WRITE-AOUT-NEXT: ('size', 32) -# CHECK-BINARY-WRITE-AOUT-NEXT: ('install_name', 'a.out') - # CHECK-BINARY-READ: shared-library-atoms: # CHECK-BINARY-READ: - name: _myGlobal # CHECK-BINARY-READ: load-name: libwibble.dylib |

