forked from OSchip/llvm-project
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:
parent
2bcb8c0f05
commit
661f62625a
|
@ -1,4 +1,4 @@
|
|||
// RUN: llvm-gcc %s -S -o -
|
||||
// RUN: %llvmgcc% %s -S -o -
|
||||
// PR854
|
||||
struct kernel_symbol {
|
||||
unsigned long value;
|
||||
|
|
Loading…
Reference in New Issue