From: Reid Spencer Date: Sat, 27 Nov 2004 06:43:03 +0000 (+0000) Subject: Put the expected tables of contents of the test archives into separate X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=dc647db39c70df1baaecda4ed0533b485cfb748e;p=oota-llvm.git Put the expected tables of contents of the test archives into separate files so we don't have to process them at test time at all. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18270 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Archive/GNU.toc b/test/Archive/GNU.toc new file mode 100644 index 00000000000..d9934139136 --- /dev/null +++ b/test/Archive/GNU.toc @@ -0,0 +1,4 @@ +evenlen +oddlen +very_long_bytecode_file_name.bc +IsNAN.o diff --git a/test/Archive/MacOSX.toc b/test/Archive/MacOSX.toc new file mode 100644 index 00000000000..61cbd3b2a07 Binary files /dev/null and b/test/Archive/MacOSX.toc differ diff --git a/test/Archive/SVR4.toc b/test/Archive/SVR4.toc new file mode 100644 index 00000000000..d9934139136 --- /dev/null +++ b/test/Archive/SVR4.toc @@ -0,0 +1,4 @@ +evenlen +oddlen +very_long_bytecode_file_name.bc +IsNAN.o diff --git a/test/Archive/xpg4.toc b/test/Archive/xpg4.toc new file mode 100644 index 00000000000..d9934139136 --- /dev/null +++ b/test/Archive/xpg4.toc @@ -0,0 +1,4 @@ +evenlen +oddlen +very_long_bytecode_file_name.bc +IsNAN.o