Update CMake build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2010-01-27 20:44:12 +00:00
parent f0356fe140
commit 49a43f189b

View File

@ -8,17 +8,17 @@ add_llvm_library(LLVMCore
Core.cpp Core.cpp
Dominators.cpp Dominators.cpp
Function.cpp Function.cpp
GVMaterializer.cpp
Globals.cpp Globals.cpp
IRBuilder.cpp
InlineAsm.cpp InlineAsm.cpp
Instruction.cpp Instruction.cpp
Instructions.cpp Instructions.cpp
IntrinsicInst.cpp IntrinsicInst.cpp
IRBuilder.cpp
LLVMContext.cpp LLVMContext.cpp
LeakDetector.cpp LeakDetector.cpp
Metadata.cpp Metadata.cpp
Module.cpp Module.cpp
ModuleProvider.cpp
Pass.cpp Pass.cpp
PassManager.cpp PassManager.cpp
PrintModulePass.cpp PrintModulePass.cpp