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