Reid Spencer | e651c95 | 2004-11-20 07:25:41 +0000 | [diff] [blame] | 1 | ;This isn't really an assembly file, its just here to run the test. |
| 2 | ;This test just makes sure that llvm-ar can generate a symbol table for |
| 3 | ;GNU style archives |
Reid Spencer | 2571791 | 2004-11-21 21:22:56 +0000 | [diff] [blame] | 4 | ;RUN: cp %p/GNU.a GNU_copy.a |
| 5 | ;RUN: llvm-ranlib GNU_copy.a |
| 6 | ;RUN: llvm-ar t GNU_copy.a > %t1 |
Reid Spencer | e651c95 | 2004-11-20 07:25:41 +0000 | [diff] [blame] | 7 | ;RUN: sed -e '/^;.*/d' %s >%t2 |
| 8 | ;RUN: diff %t2 %t1 |
| 9 | evenlen |
| 10 | oddlen |
| 11 | very_long_bytecode_file_name.bc |
| 12 | IsNAN.o |