mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
CMake: Lists of source files updated. Removed bogus dependency from
lib/VMCore/CMakeLists.txt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56541 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb7053bf7a
commit
5f1f2aef7d
@ -1,5 +1,6 @@
|
||||
add_llvm_library(LLVMVMCore
|
||||
AsmWriter.cpp
|
||||
Attributes.cpp
|
||||
AutoUpgrade.cpp
|
||||
BasicBlock.cpp
|
||||
ConstantFold.cpp
|
||||
@ -17,7 +18,6 @@ add_llvm_library(LLVMVMCore
|
||||
Mangler.cpp
|
||||
Module.cpp
|
||||
ModuleProvider.cpp
|
||||
ParameterAttributes.cpp
|
||||
Pass.cpp
|
||||
PassManager.cpp
|
||||
Type.cpp
|
||||
@ -28,5 +28,3 @@ add_llvm_library(LLVMVMCore
|
||||
ValueTypes.cpp
|
||||
Verifier.cpp
|
||||
)
|
||||
|
||||
add_dependencies( LLVMVMCore ${llvm_builded_incs_dir}/Intrinsics.gen )
|
@ -26,6 +26,7 @@ add_llvm_tool(llvmc2
|
||||
Action.cpp
|
||||
AutoGenerated.cpp
|
||||
CompilationGraph.cpp
|
||||
Plugin.cpp
|
||||
llvmc.cpp
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user