forked from OSchip/llvm-project
parent
2a6b0b5d5e
commit
d2d122961d
|
@ -69,7 +69,7 @@ if (! -x $ClangSB) {
|
|||
my %AvailableAnalyses;
|
||||
|
||||
# Query clang for analysis options.
|
||||
open(PIPE, "'$Clang's --help |") or
|
||||
open(PIPE, "'$Clang' --help |") or
|
||||
DieDiag("Cannot execute '$Clang'");
|
||||
|
||||
my $FoundAnalysis = 0;
|
||||
|
|
Loading…
Reference in New Issue