Files
llvm-6502/test/Archive/SVR4.ll
2004-11-19 04:45:19 +00:00

8 lines
258 B
LLVM

; This isn't really an assembly file, its just here to
; run the following test which tests llvm-ar for compatibility
; reading SVR4 style archives.
; RUN: ar t SVR4.a > Output/svr1
; RUN: llvm-ar t SVR4.a > Output/svr2
; RUN: diff Output/svr1 Output/svr2