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 2bcb8c0f05
commit 661f62625a
1 changed files with 1 additions and 1 deletions

View File

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