blob: 47b2af58fe6358b17f025dc3bd0a013a6576fedd [file] [log] [blame]
set(DIRS)
set(PARALLEL_DIRS)
set(PROG is)
set(LDFLAGS )
if(DEFINED SMALL_PROBLEM_SIZE)
set(CPPFLAGS -DSMALL_PROBLEM_SIZE)
else()
if("${ARCH}" STREQUAL "XCore")
set(XCORE_TARGET_NEEDS_MEMORY 512)
endif()
endif()
llvm_multisource()
llvm_add_subdirectories(${DIRS} ${PARALLEL_DIRS})