Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / examples / Kaleidoscope / Chapter2 / CMakeLists.txt
1 add_kaleidoscope_chapter(Kaleidoscope-Ch2
2   toy.cpp
3   )
4
5 if(LLVM_COMPILER_IS_GCC_COMPATIBLE)
6   target_compile_options(Kaleidoscope-Ch2 PRIVATE
7     -Wno-unused-private-field
8     )
9 endif()