- Add a "getOrInsertGlobal" method to the Module class. This acts similarly to
[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   DebugInfoBuilder.cpp
10   Dominators.cpp
11   Function.cpp
12   Globals.cpp
13   InlineAsm.cpp
14   Instruction.cpp
15   Instructions.cpp
16   IntrinsicInst.cpp
17   LeakDetector.cpp
18   Mangler.cpp
19   Module.cpp
20   ModuleProvider.cpp
21   Pass.cpp
22   PassManager.cpp
23   PrintModulePass.cpp
24   Type.cpp
25   TypeSymbolTable.cpp
26   Use.cpp
27   Value.cpp
28   ValueSymbolTable.cpp
29   ValueTypes.cpp
30   Verifier.cpp
31   )