The config currently includes ctype, math, stdlib, inttypes and string functions. Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D140378
10 lines
256 B
CMake
10 lines
256 B
CMake
add_subdirectory(MPFRWrapper)
|
|
add_subdirectory(testutils)
|
|
add_subdirectory(UnitTest)
|
|
|
|
if(LLVM_LIBC_FULL_BUILD AND NOT
|
|
(LIBC_TARGET_ARCHITECTURE_IS_GPU OR LIBC_TARGET_OS_IS_BAREMETAL))
|
|
add_subdirectory(IntegrationTest)
|
|
add_subdirectory(tools)
|
|
endif()
|