diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-12-01 00:09:25 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-12-01 00:09:25 +0000 |
| commit | c8bf78e7f3a8d2cae8bfa8f48666b30a511c441e (patch) | |
| tree | 6538c0b2ce90dc253122fbd90e3d6c4856469f19 /llvm/test/Archive/toc_xpg4.ll | |
| parent | c7c03d919a9ee8600688b3e09aeaa7ff92911c20 (diff) | |
| download | bcm5719-llvm-c8bf78e7f3a8d2cae8bfa8f48666b30a511c441e.tar.gz bcm5719-llvm-c8bf78e7f3a8d2cae8bfa8f48666b30a511c441e.zip | |
test/Archive: FileCheck-ize, and remove *.toc. These may be CRLF-tolerant.
llvm-svn: 120506
Diffstat (limited to 'llvm/test/Archive/toc_xpg4.ll')
| -rw-r--r-- | llvm/test/Archive/toc_xpg4.ll | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/llvm/test/Archive/toc_xpg4.ll b/llvm/test/Archive/toc_xpg4.ll index 441af036f3c..fd875eebdaa 100644 --- a/llvm/test/Archive/toc_xpg4.ll +++ b/llvm/test/Archive/toc_xpg4.ll @@ -1,5 +1,8 @@ ;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 ;xpg4 style archives -;RUN: llvm-ar t %p/xpg4.a > %t1 -;RUN: diff %t1 %p/xpg4.toc +;RUN: llvm-ar t %p/xpg4.a | FileCheck %s +CHECK: evenlen +CHECK-NEXT: oddlen +CHECK-NEXT: very_long_bytecode_file_name.bc +CHECK-NEXT: IsNAN.o |

