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
[ELF] Reorder SectionBase/InputSectionBase members
[llvm-project.git]
/
libc
/
benchmarks
/
automemcpy
/
CMakeLists.txt
blob
ef9b4218c8d617867f49e96e44b6306d4f0d4cd2
1
if(NOT LIBC_BUILD_AUTOMEMCPY)
2
return ()
3
endif()
4
5
if(NOT LLVM_WITH_Z3)
6
MESSAGE(FATAL_ERROR "Building llvm-libc automemcpy requires Z3")
7
endif()
8
9
set(LIBC_AUTOMEMCPY_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
10
11
add_subdirectory(lib)
12
add_subdirectory(unittests)