2011-11-03 19:53:17 +01:00
|
|
|
;===- ./lib/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
|
|
|
|
;
|
|
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
|
2011-12-12 23:45:54 +01:00
|
|
|
[common]
|
2015-06-12 20:44:57 +02:00
|
|
|
subdirectories =
|
|
|
|
Analysis
|
|
|
|
AsmParser
|
|
|
|
Bitcode
|
2019-07-04 00:40:07 +02:00
|
|
|
Bitstream
|
2015-06-12 20:44:57 +02:00
|
|
|
CodeGen
|
|
|
|
DebugInfo
|
2016-09-06 21:16:48 +02:00
|
|
|
Demangle
|
2019-12-20 17:23:31 +01:00
|
|
|
DWARFLinker
|
2015-06-12 20:44:57 +02:00
|
|
|
ExecutionEngine
|
[OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
Summary:
The new OpenMPConstants.h is a location for all OpenMP related constants
(and helpers) to live.
This patch moves the directives there (the enum OpenMPDirectiveKind) and
rewires Clang to use the new location.
Initially part of D69785.
Reviewers: kiranchandramohan, ABataev, RaviNarayanaswamy, gtbercea, grokos, sdmitriev, JonChesterfield, hfinkel, fghanim
Subscribers: jholewinski, ppenzin, penzn, llvm-commits, cfe-commits, jfb, guansong, bollu, hiraditya, mgorny
Tags: #clang, #llvm
Differential Revision: https://reviews.llvm.org/D69853
2019-11-05 05:00:49 +01:00
|
|
|
Frontend
|
2017-08-22 00:57:06 +02:00
|
|
|
FuzzMutate
|
2015-06-12 20:44:57 +02:00
|
|
|
LineEditor
|
|
|
|
Linker
|
|
|
|
IR
|
|
|
|
IRReader
|
|
|
|
LTO
|
|
|
|
MC
|
2018-12-17 09:08:31 +01:00
|
|
|
MCA
|
2015-06-12 20:44:57 +02:00
|
|
|
Object
|
2017-06-07 05:48:56 +02:00
|
|
|
BinaryFormat
|
2016-03-01 22:29:33 +01:00
|
|
|
ObjectYAML
|
2015-06-12 20:44:57 +02:00
|
|
|
Option
|
2019-03-05 21:45:17 +01:00
|
|
|
Remarks
|
2015-06-12 20:44:57 +02:00
|
|
|
Passes
|
|
|
|
ProfileData
|
|
|
|
Support
|
|
|
|
TableGen
|
2018-12-03 20:30:52 +01:00
|
|
|
TextAPI
|
2015-06-12 20:44:57 +02:00
|
|
|
Target
|
2017-06-14 18:41:50 +02:00
|
|
|
Testing
|
2017-05-14 00:06:46 +02:00
|
|
|
ToolDrivers
|
2015-06-12 20:44:57 +02:00
|
|
|
Transforms
|
2017-07-26 03:21:55 +02:00
|
|
|
WindowsManifest
|
[XRay] Clean up XRay build configuration
Summary:
This change spans both LLVM and compiler-rt, where we do the following:
- Add XRay to the LLVMBuild system, to allow for distributing the XRay
trace loading library along with the LLVM distributions.
- Use `llvm-config` better in the compiler-rt XRay implementation, to
depend on the potentially already-distributed LLVM XRay library.
While this is tested with the standalone compiler-rt build, it does
require that the LLVMXRay library (and LLVMSupport as well) are
available during the build. In case the static libraries are available,
the unit tests will build and work fine. We're still having issues with
attempting to use a shared library version of the LLVMXRay library since
the shared library might not be accessible from the standard shared
library lookup paths.
The larger change here is the inclusion of the LLVMXRay library in the
distribution, which allows for building tools around the XRay traces and
profiles that the XRay runtime already generates.
Reviewers: echristo, beanz
Subscribers: mgorny, hiraditya, mboerger, llvm-commits
Differential Revision: https://reviews.llvm.org/D52349
llvm-svn: 342859
2018-09-24 07:28:01 +02:00
|
|
|
XRay
|
2011-12-12 23:45:54 +01:00
|
|
|
|
2011-11-03 19:53:17 +01:00
|
|
|
[component_0]
|
|
|
|
type = Group
|
|
|
|
name = Libraries
|
|
|
|
parent = $ROOT
|