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