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
[RISCV][NFC] Remove Redundant Inline Asm Logic (#124202)
[llvm-project.git]
/
libc
/
test
/
src
/
__support
/
time
/
CMakeLists.txt
blob
37062e131acf5fee4216e664c3fd69a434c5f1ca
1
add_custom_target(libc-support-time-tests)
2
3
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
4
add_subdirectory(${LIBC_TARGET_OS})
5
endif()