2008-09-27 03:48:03 +08:00
|
|
|
add_subdirectory(BrainF)
|
|
|
|
add_subdirectory(Fibonacci)
|
|
|
|
add_subdirectory(HowToUseJIT)
|
2019-05-23 05:38:41 +08:00
|
|
|
add_subdirectory(HowToUseLLJIT)
|
2020-01-04 23:01:43 +08:00
|
|
|
add_subdirectory(IRTransforms)
|
2009-04-13 04:47:23 +08:00
|
|
|
add_subdirectory(Kaleidoscope)
|
2008-09-27 03:48:03 +08:00
|
|
|
add_subdirectory(ModuleMaker)
|
2020-03-15 05:16:42 +08:00
|
|
|
add_subdirectory(OrcV2Examples)
|
2019-08-03 22:42:13 +08:00
|
|
|
add_subdirectory(SpeculativeJIT)
|
2019-06-08 23:37:47 +08:00
|
|
|
add_subdirectory(Bye)
|
2010-02-10 10:50:08 +08:00
|
|
|
|
2015-08-27 23:13:14 +08:00
|
|
|
if(LLVM_ENABLE_EH AND (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 )
|