forked from OSchip/llvm-project
Fix build broken by r326959
Adding Demangle to link time dependencies of Symbolize llvm-svn: 326964
This commit is contained in:
parent
68594ee24a
commit
c4a13015fd
|
@ -19,4 +19,4 @@
|
|||
type = Library
|
||||
name = Symbolize
|
||||
parent = DebugInfo
|
||||
required_libraries = DebugInfoDWARF DebugInfoPDB Object Support
|
||||
required_libraries = DebugInfoDWARF DebugInfoPDB Object Support Demangle
|
||||
|
|
Loading…
Reference in New Issue