add IRBuilder.cpp to cmake

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92233 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-12-28 21:52:41 +00:00
parent 66e89df188
commit 0f15a59862

View File

@ -13,6 +13,7 @@ add_llvm_library(LLVMCore
Instruction.cpp
Instructions.cpp
IntrinsicInst.cpp
IRBuilder.cpp
LLVMContext.cpp
LeakDetector.cpp
Mangler.cpp