Skip to content

Commit 0afb9c2

Browse files
committed
restore count not
1 parent 43b490f commit 0afb9c2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.ci/monolithic-linux.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
6262
-D LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS=ON \
6363
-D CMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \
6464
-D CMAKE_EXE_LINKER_FLAGS="-no-pie" \
65-
-D LLVM_ENABLE_WERROR=ON
65+
-D LLVM_ENABLE_WERROR=ON \
66+
-DLLVM_BUILD_UTILS=ON \
67+
-DLLVM_INCLUDE_UTILS=ON \
68+
-DLLVM_INSTALL_UTILS=ON
6669

6770
start-group "ninja"
6871

mlir/examples/standalone/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ configure_lit_site_cfg(
1010
)
1111

1212
set(STANDALONE_TEST_DEPENDS
13-
FileCheck
13+
FileCheck count not
1414
standalone-capi-test
1515
standalone-opt
1616
standalone-translate

0 commit comments

Comments
 (0)