llvm-toolchain-9/llvm
LLVM Packaging Team c90bf0b180 test-keep-alive
===================================================================

Gbp-Pq: Name test-keep-alive.diff
2022-06-27 14:58:51 +08:00
..
benchmarks Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
bindings Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
cmake [PATCH] [llvm] cmake: resolve symlinks in LLVMConfig.cmake 2022-06-27 14:58:45 +08:00
docs Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
examples Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
include Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
lib debug-jit-path 2022-06-27 14:58:44 +08:00
projects Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
resources Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
runtimes Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
test Silent a test failing on yakkety amd64 2022-06-27 14:58:50 +08:00
tools soname 2022-06-27 14:58:46 +08:00
unittests disable-path-test-failing 2022-06-27 14:58:51 +08:00
utils test-keep-alive 2022-06-27 14:58:51 +08:00
.arcconfig Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
.clang-format Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
.clang-tidy Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
.gitattributes Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
.gitignore Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
CMakeLists.txt Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
CODE_OWNERS.TXT Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
CREDITS.TXT Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
LICENSE.TXT Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
LLVMBuild.txt Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
README.txt Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
RELEASE_TESTERS.TXT Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
configure Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
llvm.spec.in Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00

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.