2015-11-12 10:26:44 +01:00
|
|
|
;===- ./lib/Target/AVR/LLVMBuild.txt ---------------------------*- Conf -*--===;
|
|
|
|
;
|
2019-01-19 09:50:56 +01:00
|
|
|
; Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
|
|
; See https://llvm.org/LICENSE.txt for license information.
|
|
|
|
; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
2015-11-12 10:26:44 +01:00
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
;
|
|
|
|
; This is an LLVMBuild description file for the components in this subdirectory.
|
|
|
|
;
|
|
|
|
; For more information on the LLVMBuild system, please see:
|
|
|
|
;
|
|
|
|
; http://llvm.org/docs/LLVMBuild.html
|
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
|
|
|
|
[common]
|
2019-05-11 03:03:03 +02:00
|
|
|
subdirectories = AsmParser Disassembler MCTargetDesc TargetInfo
|
2015-11-12 10:26:44 +01:00
|
|
|
|
|
|
|
[component_0]
|
|
|
|
type = TargetGroup
|
|
|
|
name = AVR
|
|
|
|
parent = Target
|
2016-09-30 16:01:50 +02:00
|
|
|
has_asmprinter = 1
|
2016-09-28 15:02:57 +02:00
|
|
|
has_asmparser = 1
|
2016-10-23 01:57:59 +02:00
|
|
|
has_disassembler = 1
|
2015-11-12 10:26:44 +01:00
|
|
|
|
|
|
|
[component_1]
|
|
|
|
type = Library
|
|
|
|
name = AVRCodeGen
|
|
|
|
parent = AVR
|
2019-05-11 03:03:03 +02:00
|
|
|
required_libraries = AsmPrinter CodeGen Core MC AVRDesc AVRInfo SelectionDAG Support Target
|
2015-11-12 10:26:44 +01:00
|
|
|
add_to_library_groups = AVR
|
2016-10-08 02:45:24 +02:00
|
|
|
|