2008-09-26 21:48:03 +02:00
|
|
|
add_subdirectory(BrainF)
|
|
|
|
add_subdirectory(Fibonacci)
|
|
|
|
add_subdirectory(HowToUseJIT)
|
2019-05-22 23:38:41 +02:00
|
|
|
add_subdirectory(HowToUseLLJIT)
|
2020-01-04 16:01:43 +01:00
|
|
|
add_subdirectory(IRTransforms)
|
2009-04-12 22:47:23 +02:00
|
|
|
add_subdirectory(Kaleidoscope)
|
2008-09-26 21:48:03 +02:00
|
|
|
add_subdirectory(ModuleMaker)
|
2020-03-14 22:16:42 +01:00
|
|
|
add_subdirectory(OrcV2Examples)
|
2019-08-03 16:42:13 +02:00
|
|
|
add_subdirectory(SpeculativeJIT)
|
2019-06-08 17:37:47 +02:00
|
|
|
add_subdirectory(Bye)
|
2010-02-10 03:50:08 +01:00
|
|
|
|
2015-08-27 17:13:14 +02:00
|
|
|
if(LLVM_ENABLE_EH AND (NOT WIN32) AND (NOT "${LLVM_NATIVE_ARCH}" STREQUAL "ARM"))
|
2010-02-10 03:50:08 +01:00
|
|
|
add_subdirectory(ExceptionDemo)
|
|
|
|
endif()
|
2008-09-26 21:48:03 +02:00
|
|
|
|
|
|
|
if( HAVE_PTHREAD_H )
|
|
|
|
add_subdirectory(ParallelJIT)
|
|
|
|
endif( HAVE_PTHREAD_H )
|