diff options
Diffstat (limited to 'test/Archive/ranlib_GNU.ll')
-rw-r--r-- | test/Archive/ranlib_GNU.ll | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/Archive/ranlib_GNU.ll b/test/Archive/ranlib_GNU.ll new file mode 100644 index 0000000000..c735b37ba7 --- /dev/null +++ b/test/Archive/ranlib_GNU.ll @@ -0,0 +1,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 +;GNU style archives +;RUN: cp %p/GNU.a . +;RUN: llvm-ranlib GNU.a +;RUN: llvm-ar t GNU.a > %t1 +;RUN: sed -e '/^;.*/d' %s >%t2 +;RUN: diff %t2 %t1 +evenlen +oddlen +very_long_bytecode_file_name.bc +IsNAN.o |