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