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
[AA] Pass query info.
[llvm-project.git]
/
libc
/
src
/
unistd
/
CMakeLists.txt
blob
d0e5b14d6fd9ab1c1098b69fb74ab26cac2cfec0
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
write
7
ALIAS
8
DEPENDS
9
.${LIBC_TARGET_OS}.write
10
)