Revert "[libc] Use best-fit binary trie to make malloc logarithmic" (#117065)
[llvm-project.git] / lld / unittests / CMakeLists.txt
blobffaea3f2078330f0df5d79f34178c9fd51b02f4f
1 function(add_lld_unittests test_dirname)
2   add_unittest(LLDUnitTests ${test_dirname} ${ARGN})
3 endfunction()
5 add_subdirectory(AsLibAll)
6 add_subdirectory(AsLibELF)