blob: d3bdc6922b82cab383165f14acb0e7a016a59bc3 [file] [log] [blame]
set(DIRS)
set(PARALLEL_DIRS)
set(PARALLEL_DIRS )
string(FIND "${MIPSARCH}" "mips16" TMP1)
if(NOT "" STREQUAL "${TMP1}")
list(APPEND PARALLEL_DIRS Mips16)
endif()
llvm_multisource()
llvm_add_subdirectories(${DIRS} ${PARALLEL_DIRS})