blob: ba8f33e0b4f425ae512659186ee82e31f5f49ef0 [file] [log] [blame]
set(DIRS)
set(PARALLEL_DIRS)
set(PARALLEL_DIRS cfrac espresso gs)
if("${ARCH}" STREQUAL "Alpha")
llvm_filter_out(TMP1 cfrac ${PARALLEL_DIRS})
set(PARALLEL_DIRS ${TMP1})
endif()
llvm_add_subdirectories(${DIRS} ${PARALLEL_DIRS})