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 @@ -45,7 +45,7 @@ cmake -S ${MONOREPO_ROOT}/llvm -B ${BUILD_DIR} \
45
45
-D LLVM_ENABLE_ASSERTIONS=ON \
46
46
-D LLVM_BUILD_EXAMPLES=ON \
47
47
-D COMPILER_RT_BUILD_LIBFUZZER=OFF \
48
- -D LLVM_LIT_ARGS=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml" \
48
+ -D LLVM_LIT_ARGS=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml --timeout=1200 --time-tests " \
49
49
-D LLVM_ENABLE_LLD=ON \
50
50
-D CMAKE_CXX_FLAGS=-gmlt \
51
51
-D BOLT_CLANG_EXE=/usr/bin/clang \
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ cmake -S ${MONOREPO_ROOT}/llvm -B ${BUILD_DIR} \
45
45
-D LLVM_ENABLE_ASSERTIONS=ON \
46
46
-D LLVM_BUILD_EXAMPLES=ON \
47
47
-D COMPILER_RT_BUILD_LIBFUZZER=OFF \
48
- -D LLVM_LIT_ARGS=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml" \
48
+ -D LLVM_LIT_ARGS=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml --timeout=1200 --time-tests " \
49
49
-D COMPILER_RT_BUILD_ORC=OFF \
50
50
-D CMAKE_C_COMPILER_LAUNCHER=sccache \
51
51
-D CMAKE_CXX_COMPILER_LAUNCHER=sccache \
You can’t perform that action at this time.
0 commit comments