Fix buildbots that create shared libraries from GSYM library by adding a dependency on LLVMDebugInfoDWARF.

This commit is contained in:
Greg Clayton 2020-02-13 11:43:07 -08:00
parent 2c73c26666
commit e8e97b28cd
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
set(LLVM_LINK_COMPONENTS
DebugInfoDWARF
)
add_llvm_component_library(LLVMDebugInfoGSYM
DwarfTransformer.cpp
Header.cpp