blob: 055c32bf0cbf3a834043a78325912cbc8c56f29d [file] [log] [blame]
Dan Gohman10e730a2015-06-29 23:51:55 +00001;===- ./lib/Target/WebAssembly/LLVMBuild.txt -------------------*- Conf -*--===;
2;
3; The LLVM Compiler Infrastructure
4;
5; This file is distributed under the University of Illinois Open Source
6; License. See LICENSE.TXT for details.
7;
8;===------------------------------------------------------------------------===;
9;
10; This is an LLVMBuild description file for the components in this subdirectory.
11;
12; For more information on the LLVMBuild system, please see:
13;
14; http://llvm.org/docs/LLVMBuild.html
15;
16;===------------------------------------------------------------------------===;
17
18[common]
Derek Schuffe4825972018-03-20 20:06:35 +000019subdirectories = AsmParser Disassembler InstPrinter MCTargetDesc TargetInfo
Dan Gohman10e730a2015-06-29 23:51:55 +000020
21[component_0]
22type = TargetGroup
23name = WebAssembly
24parent = Target
Derek Schuffe4825972018-03-20 20:06:35 +000025has_asmparser = 1
Dan Gohman10e730a2015-06-29 23:51:55 +000026has_asmprinter = 1
Derek Schuff4377e2d2016-01-12 23:03:40 +000027has_disassembler = 1
Dan Gohman10e730a2015-06-29 23:51:55 +000028
29[component_1]
30type = Library
31name = WebAssemblyCodeGen
32parent = WebAssembly
Heejin Ahn23d57102016-08-31 22:40:34 +000033required_libraries = Analysis AsmPrinter CodeGen Core MC Scalar SelectionDAG Support Target TransformUtils WebAssemblyAsmPrinter WebAssemblyDesc WebAssemblyInfo
Dan Gohman10e730a2015-06-29 23:51:55 +000034add_to_library_groups = WebAssembly