diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 03:34:01 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 03:34:01 +0000 |
| commit | bf3b4b2ddeafe842cfe4dcec97f100594fd701e6 (patch) | |
| tree | fbc3fa94177260730564437ea75e5a056cbcfa6b /test/Archive | |
| parent | 44242ec5d0866fe771edb91da48a3fe61a9c1847 (diff) | |
| download | external_llvm-bf3b4b2ddeafe842cfe4dcec97f100594fd701e6.zip external_llvm-bf3b4b2ddeafe842cfe4dcec97f100594fd701e6.tar.gz external_llvm-bf3b4b2ddeafe842cfe4dcec97f100594fd701e6.tar.bz2 | |
This tests aren't particularly interesting. They are redundant with the
extract_* tests. They are also perniciously difficult to maintain because
they depend on the bytecode format.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36112 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Archive')
| -rw-r--r-- | test/Archive/ranlib_GNU.ll | 9 | ||||
| -rw-r--r-- | test/Archive/ranlib_MacOSX.ll | 8 | ||||
| -rw-r--r-- | test/Archive/ranlib_SVR4.ll | 8 | ||||
| -rw-r--r-- | test/Archive/ranlib_xpg4.ll | 9 | ||||
| -rwxr-xr-x | test/Archive/very_long_bytecode_file_name.bc | bin | 82 -> 72 bytes |
5 files changed, 0 insertions, 34 deletions
diff --git a/test/Archive/ranlib_GNU.ll b/test/Archive/ranlib_GNU.ll deleted file mode 100644 index 44eb642..0000000 --- a/test/Archive/ranlib_GNU.ll +++ /dev/null @@ -1,9 +0,0 @@ -;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 symbol table for -;GNU style archives -;RUN: cp %p/GNU.a %t.GNU.a -;RUN: llvm-ranlib %t.GNU.a -;RUN: llvm-ar t %t.GNU.a > %t1 -;RUN: diff %t1 %p/GNU.toc -;XFAIL: * - diff --git a/test/Archive/ranlib_MacOSX.ll b/test/Archive/ranlib_MacOSX.ll deleted file mode 100644 index 24c8b43..0000000 --- a/test/Archive/ranlib_MacOSX.ll +++ /dev/null @@ -1,8 +0,0 @@ -;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 symbol table for -;MacOSX style archives -;RUN: cp %p/MacOSX.a %t.MacOSX.a -;RUN: llvm-ranlib %t.MacOSX.a -;RUN: llvm-ar t %t.MacOSX.a > %t1 -;RUN: diff %t1 %p/MacOSX.toc -;XFAIL: * diff --git a/test/Archive/ranlib_SVR4.ll b/test/Archive/ranlib_SVR4.ll deleted file mode 100644 index a1366c1..0000000 --- a/test/Archive/ranlib_SVR4.ll +++ /dev/null @@ -1,8 +0,0 @@ -;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 symbol table for -;SVR4 style archives -;RUN: cp %p/SVR4.a %t.SVR4.a -;RUN: llvm-ranlib %t.SVR4.a -;RUN: llvm-ar t %t.SVR4.a > %t1 -;RUN: diff %t1 %p/SVR4.toc -;XFAIL: * diff --git a/test/Archive/ranlib_xpg4.ll b/test/Archive/ranlib_xpg4.ll deleted file mode 100644 index c907c4e..0000000 --- a/test/Archive/ranlib_xpg4.ll +++ /dev/null @@ -1,9 +0,0 @@ -;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 symbol table for -;xpg4 style archives -;RUN: cp %p/xpg4.a %t.xpg4.a -;RUN: llvm-ranlib %t.xpg4.a -;RUN: llvm-ar t %t.xpg4.a > %t1 -;RUN: diff %t1 %p/xpg4.toc -;XFAIL: * - diff --git a/test/Archive/very_long_bytecode_file_name.bc b/test/Archive/very_long_bytecode_file_name.bc Binary files differindex 06c84ef..6435a16 100755 --- a/test/Archive/very_long_bytecode_file_name.bc +++ b/test/Archive/very_long_bytecode_file_name.bc |
