mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[CMake] Fix modules build after DWARFLinker reorganization
Create a dedicate module for the DWARFLinker and make it depend on intrinsics gen.
This commit is contained in:
parent
9cd985815a
commit
815a3f5433
@ -152,6 +152,13 @@ module LLVM_DebugInfo_CodeView {
|
||||
textual header "DebugInfo/CodeView/CodeViewSymbols.def"
|
||||
}
|
||||
|
||||
module LLVM_DWARFLinker {
|
||||
requires cplusplus
|
||||
|
||||
umbrella "DWARFLinker"
|
||||
module * { export * }
|
||||
}
|
||||
|
||||
module LLVM_ExecutionEngine {
|
||||
requires cplusplus
|
||||
|
||||
|
@ -3,4 +3,6 @@ add_llvm_component_library(LLVMDWARFLinker
|
||||
DWARFLinkerDeclContext.cpp
|
||||
DWARFLinker.cpp
|
||||
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user