update cmakefile.
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
1 add_llvm_library(LLVMCore
2   AsmWriter.cpp
3   Attributes.cpp
4   AutoUpgrade.cpp
5   BasicBlock.cpp
6   ConstantFold.cpp
7   Constants.cpp
8   Core.cpp
9   DebugLoc.cpp
10   Dominators.cpp
11   Function.cpp
12   GVMaterializer.cpp
13   Globals.cpp
14   IRBuilder.cpp
15   InlineAsm.cpp
16   Instruction.cpp
17   Instructions.cpp
18   IntrinsicInst.cpp
19   LLVMContext.cpp
20   LLVMContextImpl.cpp
21   LeakDetector.cpp
22   Metadata.cpp
23   Module.cpp
24   Pass.cpp
25   PassManager.cpp
26   PrintModulePass.cpp
27   Type.cpp
28   TypeSymbolTable.cpp
29   Use.cpp
30   Value.cpp
31   ValueSymbolTable.cpp
32   ValueTypes.cpp
33   Verifier.cpp
34   )