[yaml2obj][obj2yaml] - Do not create a symbol table by default.
[llvm-complete.git] / lib / Target / BPF / LLVMBuild.txt
blob9a55d0b1b9bf1f7aa3f8748aef1b18caf0c33d29
1 ;===- ./lib/Target/BPF/LLVMBuild.txt ---------------------------*- Conf -*--===;
3 ; Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 ; See https://llvm.org/LICENSE.txt for license information.
5 ; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 ;===------------------------------------------------------------------------===;
9 ; This is an LLVMBuild description file for the components in this subdirectory.
11 ; For more information on the LLVMBuild system, please see:
13 ;   http://llvm.org/docs/LLVMBuild.html
15 ;===------------------------------------------------------------------------===;
17 [common]
18 subdirectories = AsmParser Disassembler MCTargetDesc TargetInfo
20 [component_0]
21 type = TargetGroup
22 name = BPF
23 parent = Target
24 has_asmprinter = 1
25 has_disassembler = 1
27 [component_1]
28 type = Library
29 name = BPFCodeGen
30 parent = BPF
31 required_libraries =
32  AsmPrinter
33  CodeGen
34  Core
35  MC
36  BPFDesc
37  BPFInfo
38  SelectionDAG
39  Support
40  Target
41 add_to_library_groups = BPF