1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Fix this to put its output in the output directory.

llvm-svn: 34971
This commit is contained in:
Reid Spencer 2007-03-06 17:44:43 +00:00
parent 75a6d5b029
commit 9dd9f5295b

View 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;