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