1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Use the %llvm-gcc% variable to find llvm-gcc for those of us that don't

have it in our path and to ensure it uses the configured llvm-gcc not just
any one randomly placed in the path.

llvm-svn: 29522
This commit is contained in:
Reid Spencer 2006-08-04 17:35:18 +00:00
parent bd29d36be4
commit f7a2abc102

View File

@ -1,4 +1,4 @@
// RUN: llvm-gcc %s -S -o -
// RUN: %llvmgcc% %s -S -o -
// PR854
struct kernel_symbol {
unsigned long value;