forked from OSchip/llvm-project
parent
c48814bc98
commit
63cfae34fd
|
@ -93,7 +93,7 @@ my %AvailableAnalyses;
|
||||||
|
|
||||||
# Query clang for analysis options.
|
# Query clang for analysis options.
|
||||||
open(PIPE, "-|", $Clang, "--help") or
|
open(PIPE, "-|", $Clang, "--help") or
|
||||||
DieDiag("Cannot execute '$Clang'");
|
DieDiag("Cannot execute '$Clang'\n");
|
||||||
|
|
||||||
my $FoundAnalysis = 0;
|
my $FoundAnalysis = 0;
|
||||||
|
|
||||||
|
@ -199,7 +199,7 @@ sub GetHTMLRunDir {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($TmpMode) {
|
if ($TmpMode) {
|
||||||
DieDiag("The directory '/tmp' does not exist or cannot be accessed.");
|
DieDiag("The directory '/tmp' does not exist or cannot be accessed.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
# $Dir does not exist. It will be automatically created by the
|
# $Dir does not exist. It will be automatically created by the
|
||||||
|
|
Loading…
Reference in New Issue