bolt/deps/llvm-18.1.8/lldb/source/Plugins/ABI/CMakeLists.txt
2025-02-14 19:21:04 +01:00

5 lines
180 B
CMake

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()