Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / unittests / Transforms / Utils / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Support
4   TransformUtils
5   )
6
7 add_llvm_unittest(UtilsTests
8   ASanStackFrameLayoutTest.cpp
9   Cloning.cpp
10   IntegerDivision.cpp
11   Local.cpp
12   ValueMapperTest.cpp
13   )