repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Alignment][NFC] Migrate Instructions to Align
[llvm-core.git]
/
unittests
/
Target
/
CMakeLists.txt
blob
9015029b0970d28f821b5ed34e8b76ad65fb7524
1
foreach(t ${LLVM_TARGETS_TO_BUILD})
2
if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${t})
3
add_subdirectory(${t})
4
endif()
5
endforeach()