forked from OSchip/llvm-project
Fix this test to not rely on the path but to use the
configured llvm-gcc instead. llvm-svn: 39992
This commit is contained in:
parent
ead26b672b
commit
2e5b07f41d
|
@ -1,4 +1,4 @@
|
|||
// RUN: llvm-gcc %s -o - -S -emit-llvm -O3 | grep {i8 sext}
|
||||
// RUN: %llvmgcc %s -o - -S -emit-llvm -O3 | grep {i8 sext}
|
||||
// PR1513
|
||||
|
||||
struct s{
|
||||
|
|
Loading…
Reference in New Issue