Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Target / Hexagon / AsmParser / CMakeLists.txt
1 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
3 add_llvm_library(LLVMHexagonAsmParser
4   HexagonAsmParser.cpp
5   )
6
7 add_dependencies( LLVMHexagonAsmParser HexagonCommonTableGen )