diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt index ad16e627cfa..88596787dd0 100644 --- a/unittests/Support/CMakeLists.txt +++ b/unittests/Support/CMakeLists.txt @@ -13,7 +13,6 @@ add_llvm_unittest(SupportTests DataExtractorTest.cpp EndianTest.cpp IntegersSubsetTest.cpp - IRBuilderTest.cpp LeakDetectorTest.cpp ManagedStatic.cpp MathExtrasTest.cpp diff --git a/unittests/VMCore/CMakeLists.txt b/unittests/VMCore/CMakeLists.txt index b9029309273..632eab57197 100644 --- a/unittests/VMCore/CMakeLists.txt +++ b/unittests/VMCore/CMakeLists.txt @@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS set(VMCoreSources ConstantsTest.cpp DominatorTreeTest.cpp + IRBuilderTest.cpp InstructionsTest.cpp MDBuilderTest.cpp MetadataTest.cpp diff --git a/unittests/Support/IRBuilderTest.cpp b/unittests/VMCore/IRBuilderTest.cpp similarity index 96% rename from unittests/Support/IRBuilderTest.cpp rename to unittests/VMCore/IRBuilderTest.cpp index 56b9f15462e..9be3ab9555d 100644 --- a/unittests/Support/IRBuilderTest.cpp +++ b/unittests/VMCore/IRBuilderTest.cpp @@ -1,4 +1,4 @@ -//===- llvm/unittest/Support/IRBuilderTest.cpp - IRBuilder tests ----------===// +//===- llvm/unittest/VMCore/IRBuilderTest.cpp - IRBuilder tests -----------===// // // The LLVM Compiler Infrastructure //