File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ runtime_targets="${4}"
29
29
runtime_targets_needs_reconfig=" ${5} "
30
30
enable_cir=" ${6} "
31
31
32
- lit_args=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests"
32
+ lit_args=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests --succinct "
33
33
34
34
start-group " CMake"
35
35
export PIP_BREAK_SYSTEM_PACKAGES=1
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
39
39
-D LLVM_ENABLE_ASSERTIONS=ON \
40
40
-D LLVM_BUILD_EXAMPLES=ON \
41
41
-D COMPILER_RT_BUILD_LIBFUZZER=OFF \
42
- -D LLVM_LIT_ARGS=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests" \
42
+ -D LLVM_LIT_ARGS=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests --succinct " \
43
43
-D COMPILER_RT_BUILD_ORC=OFF \
44
44
-D CMAKE_C_COMPILER_LAUNCHER=sccache \
45
45
-D CMAKE_CXX_COMPILER_LAUNCHER=sccache \
You can’t perform that action at this time.
0 commit comments