From: Reid Spencer Date: Tue, 6 Mar 2007 17:44:43 +0000 (+0000) Subject: Fix this to put its output in the output directory. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2967c5012b797136b0bf46ff2ec210319ee40966;p=oota-llvm.git 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 --- diff --git a/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr b/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr index 0027da6c488..c275fee5d09 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;