mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 01:12:59 +00:00
3d01fc7de8
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56419 91177308-0d34-0410-b5e6-96231b3b80d8
32 lines
574 B
CMake
32 lines
574 B
CMake
add_llvm_library(LLVMVMCore
|
|
AsmWriter.cpp
|
|
AutoUpgrade.cpp
|
|
BasicBlock.cpp
|
|
ConstantFold.cpp
|
|
Constants.cpp
|
|
Core.cpp
|
|
DebugInfoBuilder.cpp
|
|
Dominators.cpp
|
|
Function.cpp
|
|
Globals.cpp
|
|
InlineAsm.cpp
|
|
Instruction.cpp
|
|
Instructions.cpp
|
|
IntrinsicInst.cpp
|
|
LeakDetector.cpp
|
|
Mangler.cpp
|
|
Module.cpp
|
|
ModuleProvider.cpp
|
|
ParameterAttributes.cpp
|
|
Pass.cpp
|
|
PassManager.cpp
|
|
Type.cpp
|
|
TypeSymbolTable.cpp
|
|
Use.cpp
|
|
Value.cpp
|
|
ValueSymbolTable.cpp
|
|
ValueTypes.cpp
|
|
Verifier.cpp
|
|
)
|
|
|
|
add_dependencies( LLVMVMCore ${llvm_builded_incs_dir}/Intrinsics.gen ) |