git://git.jankratochvil.net
/
lldb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
121cd1fbb77b5aab45da84dfa515220893fa48df
[lldb.git]
/
libc
/
lib
/
CMakeLists.txt
1
2
add_entrypoint_library(
3
llvmlibc
4
DEPENDS
5
# string.h entrypoints
6
## C standard library entrypoints
7
strcpy
8
strcat
9
)
10
11
add_entrypoint_library(
12
llvmlibm
13
DEPENDS
14
# math.h entrypoints
15
round
16
)
17
18
add_redirector_library(
19
llvmlibc_redirectors
20
DEPENDS
21
round_redirector
22
)