Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / ABI / CMakeLists.txt
blob9241a2487d522fed5ba7a176988ecfe5515ef95e
1 foreach(target AArch64 ARM ARC Hexagon Mips MSP430 PowerPC RISCV SystemZ X86)
2   if (${target} IN_LIST LLVM_TARGETS_TO_BUILD)
3     add_subdirectory(${target})
4   endif()
5 endforeach()