File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -460,11 +460,14 @@ bootstrapping-build)
460
460
# because that provides coverage for some specific Clang failures
461
461
# we've been seeing recently, however it would be better to instead
462
462
# run all CI configurations against a Clang that has assertions enabled.
463
+ #
464
+ # The generation of debug information is disabled since that causes an ICE.
465
+ # llvm.org/PR52584
463
466
${CMAKE} \
464
467
-S " ${MONOREPO_ROOT} /llvm" \
465
468
-B " ${BUILD_DIR} " \
466
469
-GNinja -DCMAKE_MAKE_PROGRAM=" ${NINJA} " \
467
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
470
+ -DCMAKE_BUILD_TYPE=Release \
468
471
-DCMAKE_INSTALL_PREFIX=" ${INSTALL_DIR} " \
469
472
-DLLVM_ENABLE_PROJECTS=" clang" \
470
473
-DLLVM_ENABLE_RUNTIMES=" libcxx;libcxxabi" \
You can’t perform that action at this time.
0 commit comments