1
0
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:
Greg Clayton 2020-02-13 11:43:07 -08:00
parent e962ea1e6c
commit 32dd03dc63

View File

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