blob: c41fb18ece2eca4508f927a11559ada605fe0344 [file] [log] [blame]
set(DIRS)
set(PARALLEL_DIRS)
set(PARALLEL_DIRS C++11)
if("${ARCH}" STREQUAL "Mips")
list(APPEND PARALLEL_DIRS Mips)
endif()
llvm_add_subdirectories(${DIRS} ${PARALLEL_DIRS})