summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-07-23 15:23:35 +0000
committerDuncan Sands <baldrick@free.fr>2007-07-23 15:23:35 +0000
commit6c7ada4c58c40cc11adc0dbd3d57496eca0b4d2c (patch)
treee651cd411e0304b8fdbbbe779b4648d00b8aba7b /test/CodeGen/CBackend
parent1b4b25696bd74249503d2eb34ca17b2d3815796a (diff)
downloadllvm-6c7ada4c58c40cc11adc0dbd3d57496eca0b4d2c.tar.gz
llvm-6c7ada4c58c40cc11adc0dbd3d57496eca0b4d2c.tar.bz2
llvm-6c7ada4c58c40cc11adc0dbd3d57496eca0b4d2c.tar.xz
The Ada f-e produces various auxiliary output files
that cannot be suppressed and cannot be redirected: they are dumped in the current working directory. When running the testsuite this means that these files do not end up in the Output directory. The best solution I could find is to change directory into Output before running tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40437 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CBackend')
-rw-r--r--test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx b/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx
index d7f8e56213..f49b98ca90 100644
--- a/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx
+++ b/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx
@@ -1,7 +1,7 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c > %t1.cbe.c
; RUN: gcc -B/usr/bin/ %t1.cbe.c -o %t1.cbe
-; RUN: %t1.cbe
+; RUN: ./%t1.cbe
bool %doTest(ubyte %x) {
%dec.0 = add ubyte %x, 255