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