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 @@ -64,7 +64,7 @@ runtime_targets="${4}"
64
64
runtime_targets_needs_reconfig=" ${5} "
65
65
enable_cir=" ${6} "
66
66
67
- lit_args=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests --succinct "
67
+ lit_args=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests --quiet "
68
68
69
69
start-group " CMake"
70
70
export PIP_BREAK_SYSTEM_PACKAGES=1
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
76
76
-D LLVM_ENABLE_ASSERTIONS=ON \
77
77
-D LLVM_BUILD_EXAMPLES=ON \
78
78
-D COMPILER_RT_BUILD_LIBFUZZER=OFF \
79
- -D LLVM_LIT_ARGS=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests --succinct " \
79
+ -D LLVM_LIT_ARGS=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests --quiet " \
80
80
-D COMPILER_RT_BUILD_ORC=OFF \
81
81
-D CMAKE_C_COMPILER_LAUNCHER=sccache \
82
82
-D CMAKE_CXX_COMPILER_LAUNCHER=sccache \
You can’t perform that action at this time.
0 commit comments