blob: 8c6ea4714ccd39453f2781f62518b06a3c126009 [file] [log] [blame]
list(APPEND LDFLAGS -lm)
if(ARCH STREQUAL "XCore")
set(XCORE_TARGET_NEEDS_MEMORY 256)
endif()
set(Source
ackermann.c
ary3.c
fib2.c
hash.c
heapsort.c
lists.c
matrix.c
methcall.c
nestedloop.c
objinst.c
random.c
sieve.c
strcat.c
)
if(NOT TEST_SUITE_BENCHMARKING_ONLY)
list(APPEND Source hello.c)
endif()
llvm_singlesource(PREFIX Shootout-)