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
[SimplifyCFG] Always allow hoisting if all instructions match. (#97158)
[llvm-project.git]
/
libc
/
src
/
sys
/
select
/
CMakeLists.txt
blob
ce36c66b255b06f7284676b02037425b96a40fd3
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
select
7
ALIAS
8
DEPENDS
9
.${LIBC_TARGET_OS}.select
10
)