You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
233 B
12 lines
233 B
7 months ago
|
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()
|