mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
Fix buildbots that create shared libraries from GSYM library by adding a dependency on LLVMDebugInfoDWARF.
This commit is contained in:
parent
e962ea1e6c
commit
32dd03dc63
@ -1,3 +1,7 @@
|
|||||||
|
set(LLVM_LINK_COMPONENTS
|
||||||
|
DebugInfoDWARF
|
||||||
|
)
|
||||||
|
|
||||||
add_llvm_component_library(LLVMDebugInfoGSYM
|
add_llvm_component_library(LLVMDebugInfoGSYM
|
||||||
DwarfTransformer.cpp
|
DwarfTransformer.cpp
|
||||||
Header.cpp
|
Header.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user