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
[libc][test] Adjust header paths in tests (#119623)
[llvm-project.git]
/
lldb
/
source
/
Plugins
/
ABI
/
CMakeLists.txt
blob
e33ac87354860e8f58fda1e5a2d18ee96670edc8
1
foreach(target AArch64 ARM ARC Hexagon LoongArch Mips MSP430 PowerPC RISCV SystemZ X86)
2
if (${target} IN_LIST LLVM_TARGETS_TO_BUILD)
3
add_subdirectory(${target})
4
endif()
5
endforeach()