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
/
__support
/
OSUtil
/
darwin
/
CMakeLists.txt
blob
a3e6b93c8e992550d12280924ccadf5f6aa696fb
1
if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_ARCHITECTURE})
2
return()
3
endif()
4
5
add_subdirectory(${LIBC_TARGET_ARCHITECTURE})
6
7
add_header_library(
8
darwin_util
9
HDRS
10
io.h
11
quick_exit.h
12
syscall.h
13
DEPENDS
14
.${LIBC_TARGET_ARCHITECTURE}.darwin_util
15
libc.src.__support.common
16
libc.src.__support.CPP.string_view
17
)