summaryrefslogtreecommitdiff
path: root/test/CFrontend
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-06 17:44:43 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-06 17:44:43 +0000
commit2967c5012b797136b0bf46ff2ec210319ee40966 (patch)
treef79ebf399eb9ac6d4f9ac8471a68a6ddf91345da /test/CFrontend
parentc20c6c346c93d087e15a5e75b6389c92f29221ed (diff)
downloadllvm-2967c5012b797136b0bf46ff2ec210319ee40966.tar.gz
llvm-2967c5012b797136b0bf46ff2ec210319ee40966.tar.bz2
llvm-2967c5012b797136b0bf46ff2ec210319ee40966.tar.xz
Fix this to put its output in the output directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend')
-rw-r--r--test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr b/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr
index 0027da6c48..c275fee5d0 100644
--- a/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr
+++ b/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -xc %s -c
+// RUN: %llvmgcc -xc %s -c -o %t.o
int test(_Bool pos, _Bool color) {
return 0;