Don't taint relaxed loads that immediately comes before an AcqRel read-modify-write op
[oota-llvm.git] / examples / CMakeLists.txt
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 )