Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / unittests / IR / CMakeLists.txt
index a0462091a3140d041db4d4af461fd2298116f030..5aad8edc9134416742f209be6b2b5c4248c914ed 100644 (file)
@@ -2,11 +2,11 @@ set(LLVM_LINK_COMPONENTS
   Analysis
   AsmParser
   Core
-  IPA
   Support
   )
 
 set(IRSources
+  AsmWriterTest.cpp
   AttributesTest.cpp
   ConstantRangeTest.cpp
   ConstantsTest.cpp
@@ -14,7 +14,6 @@ set(IRSources
   DominatorTreeTest.cpp
   IRBuilderTest.cpp
   InstructionsTest.cpp
-  LeakDetectorTest.cpp
   LegacyPassManagerTest.cpp
   MDBuilderTest.cpp
   MetadataTest.cpp