mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
1974e1f8d7
There is no lib/Archive anymore and some archive tests were in test/Archive and others in test/Object. Since archive is just one of the formats supported by lib/Object, test/Object is probably the best location. llvm-svn: 186038
10 lines
379 B
LLVM
10 lines
379 B
LLVM
;This isn't really an assembly file, its just here to run the test.
|
|
;This test just makes sure that llvm-ar can generate a table of contents for
|
|
;SVR4 style archives
|
|
;This archive was created on Solaris with /usr/ccs/bin/ar
|
|
;RUN: llvm-ar t %p/Inputs/SVR4.a | FileCheck %s
|
|
;CHECK: evenlen
|
|
;CHECK-NEXT: oddlen
|
|
;CHECK-NEXT: very_long_bytecode_file_name.bc
|
|
;CHECK-NEXT: IsNAN.o
|