llvm-toolchain-10/llvm
Nicholas D Steeves f084f48cc1 Use Debian-provided MathJax everywhere.
Gbp-Pq: Name 0049-Use-Debian-provided-MathJax-everywhere.patch
2022-07-16 17:45:42 +08:00
..
benchmarks Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
bindings Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
cmake [PATCH] [llvm] cmake: resolve symlinks in LLVMConfig.cmake 2022-07-16 17:45:34 +08:00
docs Use Debian-provided MathJax everywhere. 2022-07-16 17:45:42 +08:00
examples Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
include clang-arm-default-vfp3-on-armv7a 2022-07-16 17:45:41 +08:00
lib clang-arm-default-vfp3-on-armv7a 2022-07-16 17:45:41 +08:00
projects Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
resources Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
runtimes Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
test Silent a test failing on yakkety amd64 2022-07-16 17:45:36 +08:00
tools soname 2022-07-16 17:45:34 +08:00
unittests disable-path-test-failing 2022-07-16 17:45:36 +08:00
utils test-keep-alive 2022-07-16 17:45:36 +08:00
.arcconfig Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
.clang-format Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
.clang-tidy Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
.gitattributes Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
.gitignore Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
CMakeLists.txt Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
CODE_OWNERS.TXT Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
CREDITS.TXT Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
LICENSE.TXT Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
LLVMBuild.txt Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
README.txt Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
RELEASE_TESTERS.TXT Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
configure Import Upstream version 10.0.0 2022-07-16 17:39:34 +08:00
llvm.spec.in Import Upstream version 10.0.0 2022-07-16 17:39: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.