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
Revert "[InstCombine] Support gep nuw in icmp folds" (#118698)
[llvm-project.git]
/
libc
/
src
/
sys
/
sendfile
/
CMakeLists.txt
blob
c4d298851c72574338de8c65ccd2ab3e28d58ca8
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
sendfile
7
ALIAS
8
DEPENDS
9
.${LIBC_TARGET_OS}.sendfile
10
)
11