blob: 69b03fe19f0e0cceb487edf6583de43ff5020994 [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 Schuff4377e2d2016-01-12 23:03:40 +000019subdirectories = Disassembler InstPrinter MCTargetDesc TargetInfo
Dan Gohman10e730a2015-06-29 23:51:55 +000020
21[component_0]
22type = TargetGroup
23name = WebAssembly
24parent = Target
25has_asmprinter = 1
Derek Schuff4377e2d2016-01-12 23:03:40 +000026has_disassembler = 1
Dan Gohman10e730a2015-06-29 23:51:55 +000027
28[component_1]
29type = Library
30name = WebAssemblyCodeGen
31parent = WebAssembly
Heejin Ahn23d57102016-08-31 22:40:34 +000032required_libraries = Analysis AsmPrinter CodeGen Core MC Scalar SelectionDAG Support Target TransformUtils WebAssemblyAsmPrinter WebAssemblyDesc WebAssemblyInfo
Dan Gohman10e730a2015-06-29 23:51:55 +000033add_to_library_groups = WebAssembly