blob: 137bad7fb6a95111357856b1c8418f1f17b240b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
;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 symbol table for
;SVR4 style archives
;RUN: cp %p/SVR4.a SVR4_copy.a
;RUN: llvm-ranlib SVR4_copy.a
;RUN: llvm-ar t SVR4_copy.a > %t1
;RUN: sed -e '/^;.*/d' %s >%t2
;RUN: diff %t2 %t1
evenlen
oddlen
very_long_bytecode_file_name.bc
IsNAN.o
|