From: Derek Schuff <dschuff@google.com>
Date: Tue, 12 Jan 2016 23:03:40 +0000 (+0000)
Subject: [WebAssembly] Fix disassembler shared-libs build
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8ced4e849d362b19a8cc10c101f6dcafcfede5b3;p=oota-llvm.git

[WebAssembly] Fix disassembler shared-libs build

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257536 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/lib/Target/WebAssembly/LLVMBuild.txt b/lib/Target/WebAssembly/LLVMBuild.txt
index 9c4d6dcb35a..82737ea3a87 100644
--- a/lib/Target/WebAssembly/LLVMBuild.txt
+++ b/lib/Target/WebAssembly/LLVMBuild.txt
@@ -16,13 +16,14 @@
 ;===------------------------------------------------------------------------===;
 
 [common]
-subdirectories = InstPrinter MCTargetDesc TargetInfo
+subdirectories = Disassembler InstPrinter MCTargetDesc TargetInfo
 
 [component_0]
 type = TargetGroup
 name = WebAssembly
 parent = Target
 has_asmprinter = 1
+has_disassembler = 1
 
 [component_1]
 type = Library