Fix this to put its output in the output directory.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 6 Mar 2007 17:44:43 +0000 (17:44 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 6 Mar 2007 17:44:43 +0000 (17:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34971 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr

index 0027da6c4887811ce54ace3b878e787aef74eb13..c275fee5d09a313b817ff176876c74a6cd6ed801 100644 (file)
@@ -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;