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
/
test
/
src
/
__support
/
OSUtil
/
CMakeLists.txt
blob
c8818d4715d0f9029a6c34a8885070921d4ce630
1
add_custom_target(libc-osutil-tests)
2
3
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
4
add_subdirectory(${LIBC_TARGET_OS})
5
endif()