1388c93cce39c68bae385d8949b1529e52dc63cf
[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   PassRegistry.cpp
27   PrintModulePass.cpp
28   Type.cpp
29   TypeSymbolTable.cpp
30   Use.cpp
31   Value.cpp
32   ValueSymbolTable.cpp
33   ValueTypes.cpp
34   Verifier.cpp
35   )