Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / bindings / ocaml / transforms / scalar_opts / CMakeLists.txt
1 add_ocaml_library(llvm_scalar_opts
2   OCAML    llvm_scalar_opts
3   OCAMLDEP llvm
4   C        scalar_opts_ocaml
5   LLVM     scalaropts)