Commit d59211c
authored
[ClangBuilder] Pass -k to make for test-suite runs (llvm#251)
When
llvm/llvm-lnt@7688741
enabled using Ninja, it removed the -k flag from make. -k causes make to
carry on if there's a build failure.
Without this flag, a single compilation failure turns into thousands of
missing executables in the final results. As subsequent targets are not
built.
llvm/llvm-lnt#25 is adding an option to the lnt
runner to pass options to the build tool.
This PR uses that to pass -k to make to restore the old behaviour on the
build bots.1 parent c072676 commit d59211c
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | | - | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
531 | 533 | | |
532 | 534 | | |
533 | 535 | | |
| |||
0 commit comments