ugh, my last patch just sped up a method and changed all the clients
[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   Dominators.cpp
10   Function.cpp
11   Globals.cpp
12   InlineAsm.cpp
13   Instruction.cpp
14   Instructions.cpp
15   IntrinsicInst.cpp
16   IRBuilder.cpp
17   LLVMContext.cpp
18   LeakDetector.cpp
19   Mangler.cpp
20   Metadata.cpp
21   Module.cpp
22   ModuleProvider.cpp
23   Pass.cpp
24   PassManager.cpp
25   PrintModulePass.cpp
26   Type.cpp
27   TypeSymbolTable.cpp
28   Use.cpp
29   Value.cpp
30   ValueSymbolTable.cpp
31   ValueTypes.cpp
32   Verifier.cpp
33   )