Skip to content

Commit

Permalink
[mach-o] add testing coverage for -single_module
Browse files Browse the repository at this point in the history
llvm-svn: 217412
  • Loading branch information
Nick Kledzik committed Sep 9, 2014
1 parent 1944bb6 commit 8a8c3ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lld/test/mach-o/dylib-install-names.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
# RUN: macho-dump libwibble.dylib | FileCheck %s --check-prefix=CHECK-BINARY-WRITE
# RUN: rm -f libwibble.dylib

# Check -single_module does nothing
# RUN: lld -flavor darwin -arch x86_64 -dylib %s -install_name libwibble.dylib \
# RUN: -single_module -o %t2.dylib %p/Inputs/libSystem.yaml
# RUN: macho-dump %t2.dylib | FileCheck %s --check-prefix=CHECK-BINARY-WRITE

--- !mach-o
arch: x86_64
file-type: MH_OBJECT
Expand Down

0 comments on commit 8a8c3ba

Please sign in to comment.