mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 07:00:45 +00:00
Move the IRBuilder unittest from Support to VMCore. This got missed in
the original move of IRBuilder. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160249 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
99a92f269d
commit
411afbe321
@ -13,7 +13,6 @@ add_llvm_unittest(SupportTests
|
||||
DataExtractorTest.cpp
|
||||
EndianTest.cpp
|
||||
IntegersSubsetTest.cpp
|
||||
IRBuilderTest.cpp
|
||||
LeakDetectorTest.cpp
|
||||
ManagedStatic.cpp
|
||||
MathExtrasTest.cpp
|
||||
|
@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
set(VMCoreSources
|
||||
ConstantsTest.cpp
|
||||
DominatorTreeTest.cpp
|
||||
IRBuilderTest.cpp
|
||||
InstructionsTest.cpp
|
||||
MDBuilderTest.cpp
|
||||
MetadataTest.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===- llvm/unittest/Support/IRBuilderTest.cpp - IRBuilder tests ----------===//
|
||||
//===- llvm/unittest/VMCore/IRBuilderTest.cpp - IRBuilder tests -----------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
Loading…
Reference in New Issue
Block a user