Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / AsmParser / CMakeLists.txt
1 # AsmParser
2 add_llvm_library(LLVMAsmParser
3   LLLexer.cpp
4   LLParser.cpp
5   Parser.cpp
6   )