diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-03-05 15:44:25 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-03-05 15:44:25 +0000 |
commit | 620f073fa037d32913fa14b93e26c22f8029565f (patch) | |
tree | 66bd0aafdde75ddc3f5ba1af63c0f404434c7d0f | |
parent | e696bad364d58af7d7ae071b6dfc2ba5bacd0929 (diff) | |
download | external_llvm-620f073fa037d32913fa14b93e26c22f8029565f.zip external_llvm-620f073fa037d32913fa14b93e26c22f8029565f.tar.gz external_llvm-620f073fa037d32913fa14b93e26c22f8029565f.tar.bz2 |
Fix test not to emit junk into source directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47947 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Linker/2006-01-19-ConstantPacked.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Linker/2006-01-19-ConstantPacked.ll b/test/Linker/2006-01-19-ConstantPacked.ll index 7aa0bc3..7b405f3 100644 --- a/test/Linker/2006-01-19-ConstantPacked.ll +++ b/test/Linker/2006-01-19-ConstantPacked.ll @@ -1,5 +1,5 @@ -; RUN: llvm-upgrade < %s | llvm-as -f -o %s.bc -; RUN: llvm-link -f -o %s.linked %s.bc +; RUN: llvm-upgrade < %s | llvm-as -f -o %t1.bc +; RUN: llvm-link -f -o %t2.bc %t1.bc target endian = big target pointersize = 32 |