diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-03-06 17:44:43 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-03-06 17:44:43 +0000 |
commit | 2967c5012b797136b0bf46ff2ec210319ee40966 (patch) | |
tree | f79ebf399eb9ac6d4f9ac8471a68a6ddf91345da | |
parent | c20c6c346c93d087e15a5e75b6389c92f29221ed (diff) |
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
-rw-r--r-- | test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr | 2 |
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; |