summaryrefslogtreecommitdiff
path: root/test/Archive/toc_SVR4.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-27 06:44:10 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-27 06:44:10 +0000
commite524156f5eff56669b2d8260dee0bb8cfff65f2f (patch)
tree5ef057c59046053e1b0c2dd397829e8bc4f61b7d /test/Archive/toc_SVR4.ll
parentdc647db39c70df1baaecda4ed0533b485cfb748e (diff)
downloadllvm-e524156f5eff56669b2d8260dee0bb8cfff65f2f.tar.gz
llvm-e524156f5eff56669b2d8260dee0bb8cfff65f2f.tar.bz2
llvm-e524156f5eff56669b2d8260dee0bb8cfff65f2f.tar.xz
Don't depend on grep or sed to be portable at all. Just compare against
static test files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18271 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Archive/toc_SVR4.ll')
-rw-r--r--test/Archive/toc_SVR4.ll7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/Archive/toc_SVR4.ll b/test/Archive/toc_SVR4.ll
index 9f8bdba207..930a26fd35 100644
--- a/test/Archive/toc_SVR4.ll
+++ b/test/Archive/toc_SVR4.ll
@@ -2,9 +2,4 @@
;This test just makes sure that llvm-ar can generate a table of contents for
;SVR4 style archives
;RUN: llvm-ar t %p/SVR4.a > %t1
-;RUN: grep -v '^;' %s >%t2
-;RUN: diff %t2 %t1
-evenlen
-oddlen
-very_long_bytecode_file_name.bc
-IsNAN.o
+;RUN: diff %t1 %p/SVR4.toc