[WebAssembly] Add dependency on WebAssemblyDesc to fix BUILD_SHARED_LIBS=on builds after rL360550

This fixes the link error

ld.lld: error: undefined symbol: llvm::WebAssembly::anyTypeToString(unsigned int)
>>> referenced by WebAssemblyDisassembler.cpp

llvm-svn: 360558
This commit is contained in:
Fangrui Song 2019-05-13 05:51:39 +00:00
parent 89b35d9ccd
commit f3be557159
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@
type = Library
name = WebAssemblyDisassembler
parent = WebAssembly
required_libraries = MCDisassembler WebAssemblyInfo Support
required_libraries = WebAssemblyDesc MCDisassembler WebAssemblyInfo Support
add_to_library_groups = WebAssembly