File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
6565start-group " ninja"
6666
6767# Targets are not escaped as they are passed as separate arguments.
68- ninja -C " ${BUILD_DIR} " ${targets} | & tee ninja.log
68+ ninja -C " ${BUILD_DIR} " -k 0 ${targets} | & tee ninja.log
6969cp ${BUILD_DIR} /.ninja_log ninja.ninja_log
7070
7171if [[ " ${runtime_targets} " != " " ]]; then
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
5252start-group " ninja"
5353
5454# Targets are not escaped as they are passed as separate arguments.
55- ninja -C " ${BUILD_DIR} " ${targets} | & tee ninja.log
55+ ninja -C " ${BUILD_DIR} " -k 0 ${targets} | & tee ninja.log
5656cp ${BUILD_DIR} /.ninja_log ninja.ninja_log
5757
5858if [[ " ${runtimes_targets} " != " " ]]; then
Original file line number Diff line number Diff line change 1212
1313#include " Basic/TableGen.h"
1414
15- #error bad4444
16-
1715// / Command line parameters are shared between llvm-tblgen and llvm-min-tblgen.
1816// / The indirection to tblgen_main exists to ensure that the static variables
1917// / for the llvm::cl:: mechanism are linked into both executables.
You can’t perform that action at this time.
0 commit comments