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