Revert "Add CMake option not to build BOLT tests"

This reverts commit d8f4d54664.

Merged by accident.
This commit is contained in:
Yi Kong
2022-03-08 02:01:15 +08:00
parent bc1f8b6b9b
commit 8142ace0a7

View File

@@ -26,7 +26,7 @@ if (LLVM_INCLUDE_TESTS)
message(WARNING "BOLT_LLD_EXE is set and lld project is enabled. \
BOLT_LLD_EXE will be used for BOLT tests.")
endif()
set(BOLT_INCLUDE_TESTS ON CACHE BOOL "Build BOLT tests")
set(BOLT_INCLUDE_TESTS ON)
else()
message(WARNING "Not including BOLT tests since lld is disabled. \
Enable lld in LLVM_ENABLE_PROJECTS or provide a path to lld binary \