blob: e6b4f628909710477c8c241f1596e6eb6d436b81 [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_add_subdirectories(${DIRS} ${PARALLEL_DIRS})