Home | History | Annotate | Download | only in examples
      1 add_subdirectory(BrainF)
      2 add_subdirectory(Fibonacci)
      3 add_subdirectory(HowToUseJIT)
      4 add_subdirectory(Kaleidoscope)
      5 add_subdirectory(ModuleMaker)
      6 
      7 if(LLVM_ENABLE_EH AND (NOT WIN32) AND (NOT "${LLVM_NATIVE_ARCH}" STREQUAL "ARM"))
      8     add_subdirectory(ExceptionDemo)
      9 endif()
     10 
     11 if( HAVE_PTHREAD_H )
     12   add_subdirectory(ParallelJIT)
     13 endif( HAVE_PTHREAD_H )
     14