2008-09-27 03:48:03 +08:00
|
|
|
add_subdirectory(BrainF)
|
|
|
|
add_subdirectory(Fibonacci)
|
|
|
|
add_subdirectory(HowToUseJIT)
|
2009-04-13 04:47:23 +08:00
|
|
|
add_subdirectory(Kaleidoscope)
|
2008-09-27 03:48:03 +08:00
|
|
|
add_subdirectory(ModuleMaker)
|
2010-02-10 10:50:08 +08:00
|
|
|
|
2014-02-13 05:47:15 +08:00
|
|
|
if( ( NOT WIN32 ) AND ( NOT "${LLVM_NATIVE_ARCH}" STREQUAL "ARM" ) )
|
2010-02-10 10:50:08 +08:00
|
|
|
add_subdirectory(ExceptionDemo)
|
|
|
|
endif()
|
2008-09-27 03:48:03 +08:00
|
|
|
|
|
|
|
if( HAVE_PTHREAD_H )
|
|
|
|
add_subdirectory(ParallelJIT)
|
|
|
|
endif( HAVE_PTHREAD_H )
|