blob: d6e4471af4ecb304be28f094a8f5cad4ce440b19 [file] [log] [blame]
if ("AArch64" IN_LIST LLVM_TARGETS_TO_BUILD)
add_subdirectory(ARM64)
endif()
if ("PowerPC" IN_LIST LLVM_TARGETS_TO_BUILD)
add_subdirectory(PPC64)
endif()
if ("X86" IN_LIST LLVM_TARGETS_TO_BUILD)
add_subdirectory(x86)
endif()
if (NOT "X86" IN_LIST LLVM_TARGETS_TO_BUILD)
add_subdirectory(x86-but-no-x86-target)
endif()