[WebAssembly] Make WebAssemblyCodeGen depend on WebAssemblyAsmPrinter

llvm-svn: 251859
This commit is contained in:
Derek Schuff 2015-11-02 23:23:16 +00:00
parent d48da14269
commit 43e96c4feb
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ has_asmprinter = 1
type = Library
name = WebAssemblyCodeGen
parent = WebAssembly
required_libraries = Analysis AsmPrinter CodeGen Core MC Scalar SelectionDAG Support Target WebAssemblyDesc WebAssemblyInfo
required_libraries = Analysis AsmPrinter CodeGen Core MC Scalar SelectionDAG Support Target WebAssemblyAsmPrinter WebAssemblyDesc WebAssemblyInfo
add_to_library_groups = WebAssembly