2010-10-17 04:26:16 +02:00
|
|
|
set(LLVM_REQUIRES_RTTI 1)
|
|
|
|
|
2008-10-22 04:51:53 +02:00
|
|
|
add_llvm_library(LLVMCore
|
2008-09-22 03:08:49 +02:00
|
|
|
AsmWriter.cpp
|
2008-09-24 03:58:12 +02:00
|
|
|
Attributes.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
AutoUpgrade.cpp
|
|
|
|
BasicBlock.cpp
|
|
|
|
ConstantFold.cpp
|
|
|
|
Constants.cpp
|
|
|
|
Core.cpp
|
2010-04-01 03:02:19 +02:00
|
|
|
DebugLoc.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
Dominators.cpp
|
|
|
|
Function.cpp
|
2010-01-27 21:44:12 +01:00
|
|
|
GVMaterializer.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
Globals.cpp
|
2010-01-27 21:44:12 +01:00
|
|
|
IRBuilder.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
InlineAsm.cpp
|
|
|
|
Instruction.cpp
|
|
|
|
Instructions.cpp
|
|
|
|
IntrinsicInst.cpp
|
2009-06-30 02:48:55 +02:00
|
|
|
LLVMContext.cpp
|
2010-03-21 22:17:34 +01:00
|
|
|
LLVMContextImpl.cpp
|
2009-07-15 23:08:16 +02:00
|
|
|
LeakDetector.cpp
|
2009-07-28 23:49:47 +02:00
|
|
|
Metadata.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
Module.cpp
|
|
|
|
Pass.cpp
|
|
|
|
PassManager.cpp
|
2010-07-20 20:39:06 +02:00
|
|
|
PassRegistry.cpp
|
2008-10-22 01:52:03 +02:00
|
|
|
PrintModulePass.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
Type.cpp
|
|
|
|
TypeSymbolTable.cpp
|
|
|
|
Use.cpp
|
|
|
|
Value.cpp
|
|
|
|
ValueSymbolTable.cpp
|
|
|
|
ValueTypes.cpp
|
|
|
|
Verifier.cpp
|
|
|
|
)
|