468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
6 lines
106 B
CMake
6 lines
106 B
CMake
if ("X86" IN_LIST LLVM_TARGETS_TO_BUILD)
|
|
add_subdirectory(x86)
|
|
endif()
|
|
|
|
add_subdirectory(InstEmulation)
|