Move the IRBuilder unittest from Support to VMCore. This got missed in

the original move of IRBuilder.

llvm-svn: 160249
This commit is contained in:
Chandler Carruth 2012-07-16 07:44:45 +00:00
parent dcc1291d17
commit ebabadf933
3 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,6 @@ add_llvm_unittest(SupportTests
DataExtractorTest.cpp
EndianTest.cpp
IntegersSubsetTest.cpp
IRBuilderTest.cpp
LeakDetectorTest.cpp
ManagedStatic.cpp
MathExtrasTest.cpp

View File

@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
set(VMCoreSources
ConstantsTest.cpp
DominatorTreeTest.cpp
IRBuilderTest.cpp
InstructionsTest.cpp
MDBuilderTest.cpp
MetadataTest.cpp

View File

@ -1,4 +1,4 @@
//===- llvm/unittest/Support/IRBuilderTest.cpp - IRBuilder tests ----------===//
//===- llvm/unittest/VMCore/IRBuilderTest.cpp - IRBuilder tests -----------===//
//
// The LLVM Compiler Infrastructure
//