forked from OSchip/llvm-project
Fix buildbots that create shared libraries from GSYM library by adding a dependency on LLVMDebugInfoDWARF.
This commit is contained in:
parent
2c73c26666
commit
e8e97b28cd
|
@ -1,3 +1,7 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
DebugInfoDWARF
|
||||
)
|
||||
|
||||
add_llvm_component_library(LLVMDebugInfoGSYM
|
||||
DwarfTransformer.cpp
|
||||
Header.cpp
|
||||
|
|
Loading…
Reference in New Issue