summaryrefslogtreecommitdiff
path: root/test/Archive/MacOSX.ll
blob: aa7a0c77c5467ed58046a6e70773d78558feddb8 (plain)
1
2
3
4
5
6
7
8
9
10
; This isn't really an assembly file, its just here to
; run the following test which tests llvm-ar for compatibility
; reading MacOSX (BSD4.4) style archives.

; RUN: ar t MacOSX.a > Output/osx1
; RUN: llvm-ar t MacOSX.a > Output/osx2
; RUN: diff Output/osx1  Output/osx2
; RUN: cp MacOSX.a Output/MacOSX_mod.a
; RUN: llvm-ranlib Output/MacOSX_mod.a
; RUN: llvm-ar t Output/MacOSX_mod.a