diff options
author | Chris Lattner <sabre@nondot.org> | 2002-01-22 15:47:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-01-22 15:47:47 +0000 |
commit | fca0402b2bc9ee911fbbd102c8f900ab2d96baa6 (patch) | |
tree | ed896e66c707962c3218e31bfc17e69d6dcb7be1 /test | |
parent | 3dc67dd95b07f8e16b61a1d7d087867068597ec2 (diff) |
These are unneccesary now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1535 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Setup | 4 | ||||
-rwxr-xr-x | test/SetupOpt | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/test/Setup b/test/Setup deleted file mode 100644 index 607806a561..0000000000 --- a/test/Setup +++ /dev/null @@ -1,4 +0,0 @@ -setenv LD_LIBRARY_PATH ../lib/Debug - -setenv PATH ../tools/Debug:${PATH} - diff --git a/test/SetupOpt b/test/SetupOpt deleted file mode 100755 index 1932541986..0000000000 --- a/test/SetupOpt +++ /dev/null @@ -1,4 +0,0 @@ -setenv LD_LIBRARY_PATH ../lib/Release - -setenv PATH ../tools/Release:${PATH} -alias as ../tools/Release/as |