OSDN Git Service

add IRBuilder.cpp to cmake
authorChris Lattner <sabre@nondot.org>
Mon, 28 Dec 2009 21:52:41 +0000 (21:52 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Dec 2009 21:52:41 +0000 (21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92233 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/CMakeLists.txt

index 9b17d4b..61d01ee 100644 (file)
@@ -13,6 +13,7 @@ add_llvm_library(LLVMCore
   Instruction.cpp
   Instructions.cpp
   IntrinsicInst.cpp
+  IRBuilder.cpp
   LLVMContext.cpp
   LeakDetector.cpp
   Mangler.cpp