2011-11-04 02:53:17 +08:00
|
|
|
;===- ./lib/Target/LLVMBuild.txt -------------------------------*- Conf -*--===;
|
|
|
|
;
|
|
|
|
; The LLVM Compiler Infrastructure
|
|
|
|
;
|
|
|
|
; This file is distributed under the University of Illinois Open Source
|
|
|
|
; License. See LICENSE.TXT for details.
|
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
;
|
|
|
|
; 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 23:38:27 +08:00
|
|
|
; Please keep these as one per line so that out-of-tree merges
|
|
|
|
; will typically require only insertion of a line.
|
2011-12-13 06:45:54 +08:00
|
|
|
[common]
|
2015-05-14 23:38:27 +08:00
|
|
|
subdirectories =
|
2015-06-13 11:28:10 +08:00
|
|
|
AMDGPU
|
2015-05-14 23:38:27 +08:00
|
|
|
ARM
|
|
|
|
AArch64
|
2015-11-12 17:26:44 +08:00
|
|
|
AVR
|
2015-05-14 23:38:27 +08:00
|
|
|
BPF
|
2016-03-28 21:09:54 +08:00
|
|
|
Lanai
|
2015-05-14 23:38:27 +08:00
|
|
|
Hexagon
|
|
|
|
MSP430
|
|
|
|
NVPTX
|
|
|
|
Mips
|
[Nios2] Target registration
Reviewers: craig.topper, hfinkel, joerg, lattner, zvi
Reviewed By: craig.topper
Subscribers: oren_ben_simhon, igorb, belickim, tvvikram, mgorny, llvm-commits, pavel.v.chupin, DavidKreitzer
Differential Revision: https://reviews.llvm.org/D32669
Patch by AndreiGrischenko <andrei.l.grischenko@intel.com>
llvm-svn: 304144
2017-05-29 17:48:30 +08:00
|
|
|
Nios2
|
2015-05-14 23:38:27 +08:00
|
|
|
PowerPC
|
2016-11-02 01:27:54 +08:00
|
|
|
RISCV
|
2015-05-14 23:38:27 +08:00
|
|
|
Sparc
|
|
|
|
SystemZ
|
2015-06-30 07:51:55 +08:00
|
|
|
WebAssembly
|
2015-05-14 23:38:27 +08:00
|
|
|
X86
|
|
|
|
XCore
|
2011-12-13 06:45:54 +08:00
|
|
|
|
2011-11-10 09:16:48 +08:00
|
|
|
; This is a special group whose required libraries are extended (by llvm-build)
|
2011-11-12 06:59:16 +08:00
|
|
|
; with the best execution engine (the native JIT, if available, or the
|
|
|
|
; interpreter).
|
|
|
|
[component_0]
|
2011-11-04 02:53:17 +08:00
|
|
|
type = LibraryGroup
|
2011-11-12 06:59:16 +08:00
|
|
|
name = Engine
|
2011-11-04 02:53:17 +08:00
|
|
|
parent = Libraries
|
|
|
|
|
2011-11-10 08:50:07 +08:00
|
|
|
; This is a special group whose required libraries are extended (by llvm-build)
|
|
|
|
; with the configured native target, if any.
|
2011-11-12 06:59:16 +08:00
|
|
|
[component_1]
|
2011-11-04 02:53:17 +08:00
|
|
|
type = LibraryGroup
|
2011-11-10 08:50:07 +08:00
|
|
|
name = Native
|
2011-11-04 02:53:17 +08:00
|
|
|
parent = Libraries
|
|
|
|
|
2011-11-10 08:50:07 +08:00
|
|
|
; This is a special group whose required libraries are extended (by llvm-build)
|
|
|
|
; with the configured native code generator, if any.
|
2011-11-12 06:59:16 +08:00
|
|
|
[component_2]
|
2011-11-04 02:53:17 +08:00
|
|
|
type = LibraryGroup
|
2011-11-10 08:50:07 +08:00
|
|
|
name = NativeCodeGen
|
|
|
|
parent = Libraries
|
|
|
|
|
2011-11-12 06:59:16 +08:00
|
|
|
; The component for the actual target library itself.
|
|
|
|
[component_3]
|
|
|
|
type = Library
|
|
|
|
name = Target
|
|
|
|
parent = Libraries
|
2015-01-15 13:21:00 +08:00
|
|
|
required_libraries = Analysis Core MC Support
|
2011-11-12 06:59:16 +08:00
|
|
|
|
2013-10-15 21:04:27 +08: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
|