[llvm] r251859 - [WebAssembly] Make WebAssemblyCodeGen depend on WebAssemblyAsmPrinter

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 15:23:17 PST 2015


Author: dschuff
Date: Mon Nov  2 17:23:16 2015
New Revision: 251859

URL: http://llvm.org/viewvc/llvm-project?rev=251859&view=rev
Log:
[WebAssembly] Make WebAssemblyCodeGen depend on WebAssemblyAsmPrinter

Modified:
    llvm/trunk/lib/Target/WebAssembly/LLVMBuild.txt

Modified: llvm/trunk/lib/Target/WebAssembly/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/LLVMBuild.txt?rev=251859&r1=251858&r2=251859&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/LLVMBuild.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/LLVMBuild.txt Mon Nov  2 17:23:16 2015
@@ -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




More information about the llvm-commits mailing list