OSDN Git Service

Move the IRBuilder unittest from Support to VMCore. This got missed in
authorChandler Carruth <chandlerc@gmail.com>
Mon, 16 Jul 2012 07:44:45 +0000 (07:44 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 16 Jul 2012 07:44:45 +0000 (07:44 +0000)
the original move of IRBuilder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160249 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Support/CMakeLists.txt
unittests/VMCore/CMakeLists.txt
unittests/VMCore/IRBuilderTest.cpp [moved from unittests/Support/IRBuilderTest.cpp with 96% similarity]

index ad16e62..8859678 100644 (file)
@@ -13,7 +13,6 @@ add_llvm_unittest(SupportTests
   DataExtractorTest.cpp
   EndianTest.cpp
   IntegersSubsetTest.cpp
-  IRBuilderTest.cpp
   LeakDetectorTest.cpp
   ManagedStatic.cpp
   MathExtrasTest.cpp
index b902930..632eab5 100644 (file)
@@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
 set(VMCoreSources
   ConstantsTest.cpp
   DominatorTreeTest.cpp
+  IRBuilderTest.cpp
   InstructionsTest.cpp
   MDBuilderTest.cpp
   MetadataTest.cpp
similarity index 96%
rename from unittests/Support/IRBuilderTest.cpp
rename to unittests/VMCore/IRBuilderTest.cpp
index 56b9f15..9be3ab9 100644 (file)
@@ -1,4 +1,4 @@
-//===- llvm/unittest/Support/IRBuilderTest.cpp - IRBuilder tests ----------===//
+//===- llvm/unittest/VMCore/IRBuilderTest.cpp - IRBuilder tests -----------===//
 //
 //                     The LLVM Compiler Infrastructure
 //