Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / Object / CMakeLists.txt
1 add_llvm_library(LLVMObject
2   MachOObject.cpp
3   ObjectFile.cpp
4   COFFObjectFile.cpp
5   ELFObjectFile.cpp
6   )