Fix build broken by r326959

Adding Demangle to link time dependencies of Symbolize

llvm-svn: 326964
This commit is contained in:
Eugene Zemtsov 2018-03-08 00:07:26 +00:00
parent 309886c846
commit 9f484eac98

View File

@ -19,4 +19,4 @@
type = Library
name = Symbolize
parent = DebugInfo
required_libraries = DebugInfoDWARF DebugInfoPDB Object Support
required_libraries = DebugInfoDWARF DebugInfoPDB Object Support Demangle