1
0
mirror of https://github.com/RPCS3/llvm.git synced 2025-04-06 15:21:37 +00:00

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
This commit is contained in:
Reid Spencer 2007-03-06 17:44:43 +00:00
parent c20c6c346c
commit 2967c5012b

@ -1,4 +1,4 @@
// RUN: %llvmgcc -xc %s -c // RUN: %llvmgcc -xc %s -c -o %t.o
int test(_Bool pos, _Bool color) { int test(_Bool pos, _Bool color) {
return 0; return 0;