From c8bf78e7f3a8d2cae8bfa8f48666b30a511c441e Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 1 Dec 2010 00:09:25 +0000 Subject: test/Archive: FileCheck-ize, and remove *.toc. These may be CRLF-tolerant. llvm-svn: 120506 --- llvm/test/Archive/toc_xpg4.ll | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'llvm/test/Archive/toc_xpg4.ll') 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 -- cgit v1.2.3