repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[libc] Use best-fit binary trie to make malloc logarithmic" (#117065)
[llvm-project.git]
/
libcxx
/
test
/
tools
/
CMakeLists.txt
blob
6d99c53ad46d9f0beb303b95cf9da0987cb2e500
1
2
set(LIBCXX_TEST_TOOLS_PATH ${CMAKE_CURRENT_BINARY_DIR} PARENT_SCOPE)
3
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)