llvm-project/llvm
Petr Hosek 992e10a3fc [runtimes] Use a response file for runtimes test suites
We don't know which test suites are going to be included by runtimes
builds so we cannot include those before running the sub-build, but
that's not possible during the LLVM build configuration. We instead use
a response file that's populated by the runtimes build as a level of
indirection.

This addresses the issue described in:
https://discourse.llvm.org/t/cmake-regeneration-is-broken/62788

Differential Revision: https://reviews.llvm.org/D132438
2022-08-24 08:01:58 +00:00
..
benchmarks
bindings
cmake [runtimes] Handle interface targets in runtimes distribution components 2022-08-23 08:55:58 -04:00
docs [lit] Support reading arguments from a file 2022-08-24 08:01:58 +00:00
examples
include [memprof] Correct max size and access count computations 2022-08-23 16:53:46 -07:00
lib [Pipelines] Introduce DAE after ArgumentPromotion 2022-08-24 10:36:12 +03:00
projects
resources
runtimes [runtimes] Use a response file for runtimes test suites 2022-08-24 08:01:58 +00:00
test [Pipelines] Introduce DAE after ArgumentPromotion 2022-08-24 10:36:12 +03:00
tools [tools][llvm-lipo] Fix off-by-one error in command-line argument parsing 2022-08-23 19:48:11 +00:00
unittests [ADT] Add llvm::has_single_bit helper similar to the c++20 std::has_single_bit implementation 2022-08-23 19:51:05 +01:00
utils [lit] Support reading arguments from a file 2022-08-24 08:01:58 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert the removal of LLVM_ENABLE_PROJECTS for libc++ and libc++abi 2022-08-23 09:58:30 -04:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.