[PM] Add (very skeletal) support to opt for running the new pass
[oota-llvm.git] / unittests / IR / CMakeLists.txt
index b6098c79282c879c4abd95f30712dffe1fc9bae8..a597a3524a7be9e66996dab6f4c4a34aade9016a 100644 (file)
@@ -1,7 +1,9 @@
 set(LLVM_LINK_COMPONENTS
-  asmparser
-  core
-  ipa
+  Analysis
+  AsmParser
+  Core
+  IPA
+  Support
   )
 
 set(IRSources
@@ -10,9 +12,11 @@ set(IRSources
   DominatorTreeTest.cpp
   IRBuilderTest.cpp
   InstructionsTest.cpp
+  LegacyPassManagerTest.cpp
   MDBuilderTest.cpp
   MetadataTest.cpp
   PassManagerTest.cpp
+  PatternMatch.cpp
   TypeBuilderTest.cpp
   TypesTest.cpp
   ValueMapTest.cpp