mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +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
|
||||
DwarfTransformer.cpp
|
||||
Header.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user