6 lines
180 B
Text
6 lines
180 B
Text
|
foreach(target AArch64 ARM ARC Hexagon Mips MSP430 PowerPC RISCV SystemZ X86)
|
||
|
if (${target} IN_LIST LLVM_TARGETS_TO_BUILD)
|
||
|
add_subdirectory(${target})
|
||
|
endif()
|
||
|
endforeach()
|