Skip to content

Commit 990a6a9

Browse files
committed
Do not build mlgo-utils
ROOT removes all the test folders in LLVM to reduce size, removing the test folder in mlgo-utils makes it fail to compile, temporarily disable it for now.
1 parent f64d9f5 commit 990a6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ if( LLVM_INCLUDE_UTILS )
11971197
add_subdirectory(utils/UnicodeData)
11981198
add_subdirectory(utils/yaml-bench)
11991199
add_subdirectory(utils/split-file)
1200-
add_subdirectory(utils/mlgo-utils)
1200+
# add_subdirectory(utils/mlgo-utils)
12011201
if( LLVM_INCLUDE_TESTS )
12021202
add_subdirectory(${LLVM_THIRD_PARTY_DIR}/unittest ${CMAKE_CURRENT_BINARY_DIR}/third-party/unittest)
12031203
endif()

0 commit comments

Comments
 (0)