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