Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / unittests / IR / CMakeLists.txt
index 305079f2dd84233bfcad3c6b2a961ef9edcf0c3c..5aad8edc9134416742f209be6b2b5c4248c914ed 100644 (file)
@@ -2,13 +2,15 @@ set(LLVM_LINK_COMPONENTS
   Analysis
   AsmParser
   Core
-  IPA
   Support
   )
 
 set(IRSources
+  AsmWriterTest.cpp
   AttributesTest.cpp
+  ConstantRangeTest.cpp
   ConstantsTest.cpp
+  DebugInfoTest.cpp
   DominatorTreeTest.cpp
   IRBuilderTest.cpp
   InstructionsTest.cpp
@@ -19,6 +21,9 @@ set(IRSources
   PatternMatch.cpp
   TypeBuilderTest.cpp
   TypesTest.cpp
+  UseTest.cpp
+  UserTest.cpp
+  ValueHandleTest.cpp
   ValueMapTest.cpp
   ValueTest.cpp
   VerifierTest.cpp