2011-11-03 19:53:17 +01:00
|
|
|
;===- ./lib/Target/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
|
2011-11-03 19:53:17 +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
|
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
|
2015-05-14 17:38:27 +02:00
|
|
|
; Please keep these as one per line so that out-of-tree merges
|
|
|
|
; will typically require only insertion of a line.
|
2011-12-12 23:45:54 +01:00
|
|
|
[common]
|
2015-05-14 17:38:27 +02:00
|
|
|
subdirectories =
|
2015-06-13 05:28:10 +02:00
|
|
|
AMDGPU
|
2017-08-24 17:40:33 +02:00
|
|
|
ARC
|
2015-05-14 17:38:27 +02:00
|
|
|
ARM
|
|
|
|
AArch64
|
2015-11-12 10:26:44 +01:00
|
|
|
AVR
|
2015-05-14 17:38:27 +02:00
|
|
|
BPF
|
2016-03-28 15:09:54 +02:00
|
|
|
Lanai
|
2015-05-14 17:38:27 +02:00
|
|
|
Hexagon
|
|
|
|
MSP430
|
|
|
|
NVPTX
|
|
|
|
Mips
|
|
|
|
PowerPC
|
2016-11-01 18:27:54 +01:00
|
|
|
RISCV
|
2015-05-14 17:38:27 +02:00
|
|
|
Sparc
|
|
|
|
SystemZ
|
2015-06-30 01:51:55 +02:00
|
|
|
WebAssembly
|
2015-05-14 17:38:27 +02:00
|
|
|
X86
|
|
|
|
XCore
|
2011-12-12 23:45:54 +01:00
|
|
|
|
2011-11-10 02:16:48 +01:00
|
|
|
; This is a special group whose required libraries are extended (by llvm-build)
|
2011-11-11 23:59:16 +01:00
|
|
|
; with the best execution engine (the native JIT, if available, or the
|
|
|
|
; interpreter).
|
|
|
|
[component_0]
|
2011-11-03 19:53:17 +01:00
|
|
|
type = LibraryGroup
|
2011-11-11 23:59:16 +01:00
|
|
|
name = Engine
|
2011-11-03 19:53:17 +01:00
|
|
|
parent = Libraries
|
|
|
|
|
2011-11-10 01:50:07 +01:00
|
|
|
; This is a special group whose required libraries are extended (by llvm-build)
|
|
|
|
; with the configured native target, if any.
|
2011-11-11 23:59:16 +01:00
|
|
|
[component_1]
|
2011-11-03 19:53:17 +01:00
|
|
|
type = LibraryGroup
|
2011-11-10 01:50:07 +01:00
|
|
|
name = Native
|
2011-11-03 19:53:17 +01:00
|
|
|
parent = Libraries
|
|
|
|
|
2011-11-10 01:50:07 +01:00
|
|
|
; This is a special group whose required libraries are extended (by llvm-build)
|
|
|
|
; with the configured native code generator, if any.
|
2011-11-11 23:59:16 +01:00
|
|
|
[component_2]
|
2011-11-03 19:53:17 +01:00
|
|
|
type = LibraryGroup
|
2011-11-10 01:50:07 +01:00
|
|
|
name = NativeCodeGen
|
|
|
|
parent = Libraries
|
|
|
|
|
2011-11-11 23:59:16 +01:00
|
|
|
; The component for the actual target library itself.
|
|
|
|
[component_3]
|
|
|
|
type = Library
|
|
|
|
name = Target
|
|
|
|
parent = Libraries
|
2015-01-15 06:21:00 +01:00
|
|
|
required_libraries = Analysis Core MC Support
|
2011-11-11 23:59:16 +01:00
|
|
|
|
2013-10-15 15:04:27 +02:00
|
|
|
; This is a special group whose required libraries are extended (by llvm-build)
|
|
|
|
; with every built target, which makes it easy for tools to include every
|
|
|
|
; target.
|
|
|
|
[component_4]
|
|
|
|
type = LibraryGroup
|
|
|
|
name = all-targets
|
|
|
|
parent = Libraries
|