diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-20 07:25:41 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-20 07:25:41 +0000 |
commit | e651c954aade4d23f4976af6ade3f767ca387976 (patch) | |
tree | 0c9ea3d052f2ba8b8c84fea1ff742c2c7fecff95 /test/Archive/toc_GNU.ll | |
parent | 2e78cf6385e59576c2ff73b4aab828cddd12d0dd (diff) |
An llvm-ar test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Archive/toc_GNU.ll')
-rw-r--r-- | test/Archive/toc_GNU.ll | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Archive/toc_GNU.ll b/test/Archive/toc_GNU.ll new file mode 100644 index 0000000000..f159563527 --- /dev/null +++ b/test/Archive/toc_GNU.ll @@ -0,0 +1,10 @@ +;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 +;GNU style archives +;RUN: llvm-ar t %p/GNU.a > %t1 +;RUN: sed -e '/^;.*/d' %s >%t2 +;RUN: diff %t2 %t1 +evenlen +oddlen +very_long_bytecode_file_name.bc +IsNAN.o |