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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
libc
/
src
/
sys
/
resource
/
CMakeLists.txt
blob
8319b6399650c415e51327e3b5f901aab96e247b
1
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
2
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
3
endif()
4
5
add_entrypoint_object(
6
getrlimit
7
ALIAS
8
DEPENDS
9
.${LIBC_TARGET_OS}.getrlimit
10
)
11
12
add_entrypoint_object(
13
setrlimit
14
ALIAS
15
DEPENDS
16
.${LIBC_TARGET_OS}.setrlimit
17
)