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 68594ee24a
commit c4a13015fd
1 changed files with 1 additions and 1 deletions

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