summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@google.com>2016-01-12 23:03:40 +0000
committerDerek Schuff <dschuff@google.com>2016-01-12 23:03:40 +0000
commit4377e2d713c93ffb968c2abbef879609344f00fb (patch)
tree39f01f5fc2dc084bfb31f7699ea47b7a5812a26d /llvm/lib
parentb505c76c9a51e3ca73bc806152651ad5292e2545 (diff)
downloadbcm5719-llvm-4377e2d713c93ffb968c2abbef879609344f00fb.tar.gz
bcm5719-llvm-4377e2d713c93ffb968c2abbef879609344f00fb.zip
[WebAssembly] Fix disassembler shared-libs build
llvm-svn: 257536
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/WebAssembly/LLVMBuild.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/LLVMBuild.txt b/llvm/lib/Target/WebAssembly/LLVMBuild.txt
index 9c4d6dcb35a..82737ea3a87 100644
--- a/llvm/lib/Target/WebAssembly/LLVMBuild.txt
+++ b/llvm/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
OpenPOWER on IntegriCloud