mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-28 09:31:03 +00:00
If the user did not check out LLVM and request it to be built, it should be a build error. This relies on the user having a successful build of LLVM, but the tests will fail if they dont.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42514 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7f3394f379
commit
9949c2a7ef
@ -737,7 +737,6 @@ $BuildWallTime=-1 unless $BuildWallTime;
|
||||
my $BuildError = 0, $BuildStatus = "OK";
|
||||
if ($NOBUILD) {
|
||||
$BuildStatus = "Skipped by user";
|
||||
$BuildError = 1;
|
||||
}
|
||||
elsif (`grep '^$MAKECMD\[^:]*: .*Error' $BuildLog | wc -l` + 0 ||
|
||||
`grep '^$MAKECMD: \*\*\*.*Stop.' $BuildLog | wc -l`+0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user