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
[Dexter] add an optnone attribute debug experience test for loops.
[llvm-project.git]
/
libc
/
lib
/
CMakeLists.txt
blob
b2b872c6d17908560e9fee0a711999df36089113
1
add_entrypoint_library(
2
llvmlibc
3
DEPENDS
4
${TARGET_LIBC_ENTRYPOINTS}
5
)
6
7
add_entrypoint_library(
8
llvmlibm
9
DEPENDS
10
${TARGET_LIBM_ENTRYPOINTS}
11
)