Revert "[libc] Use best-fit binary trie to make malloc logarithmic" (#117065)
[llvm-project.git] / libcxx / test / tools / CMakeLists.txt
blob6d99c53ad46d9f0beb303b95cf9da0987cb2e500
2 set(LIBCXX_TEST_TOOLS_PATH ${CMAKE_CURRENT_BINARY_DIR} PARENT_SCOPE)
4 if(NOT CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
5   message(STATUS "Clang-tidy tests are disabled due to non-clang based compiler.")
6   return()
7 endif()
8 add_subdirectory(clang_tidy_checks)