diff options
| author | Derek Schuff <dschuff@google.com> | 2016-01-12 23:03:40 +0000 |
|---|---|---|
| committer | Derek Schuff <dschuff@google.com> | 2016-01-12 23:03:40 +0000 |
| commit | 4377e2d713c93ffb968c2abbef879609344f00fb (patch) | |
| tree | 39f01f5fc2dc084bfb31f7699ea47b7a5812a26d /llvm/lib | |
| parent | b505c76c9a51e3ca73bc806152651ad5292e2545 (diff) | |
| download | bcm5719-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.txt | 3 |
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 |

