Move the IRBuilder unittest from Support to VMCore. This got missed in
[oota-llvm.git] / unittests / VMCore / CMakeLists.txt
index b9029309273601b49dcfe45a9126cdf69fdb026b..632eab57197cd6b7b6687dc7a5d47d08da729d89 100644 (file)
@@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
 set(VMCoreSources
   ConstantsTest.cpp
   DominatorTreeTest.cpp
+  IRBuilderTest.cpp
   InstructionsTest.cpp
   MDBuilderTest.cpp
   MetadataTest.cpp