mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-28 02:37:37 +00:00
4be1c116ad
Reviewers: asteinhauser Differential Revision: https://reviews.llvm.org/D80779
12 lines
153 B
CMake
12 lines
153 B
CMake
add_entrypoint_library(
|
|
llvmlibc
|
|
DEPENDS
|
|
${TARGET_LIBC_ENTRYPOINTS}
|
|
)
|
|
|
|
add_entrypoint_library(
|
|
llvmlibm
|
|
DEPENDS
|
|
${TARGET_LIBM_ENTRYPOINTS}
|
|
)
|