llvm-project/llvm
Jessica Paquette b28fa9ec50 Attempt to fix issue with unresolved lit test in TableGen
Build bots are unhappy about the Common directory.

Add an excludes list to lit.local.cfg.

llvm-svn: 368760
2019-08-13 22:32:26 +00:00
..
benchmarks
bindings
cmake Fix rpath for MacOS/iOS 2019-08-09 06:05:32 +00:00
docs [Bugpoint redesign] Fix nonlocal URI link in doc 2019-08-09 21:48:47 +00:00
examples [ORC] Fix BuildingAJIT tutorial code broken by r368707. 2019-08-13 19:38:52 +00:00
include [GISel] Pass MachineRegisterInfo by const reference to matcher. 2019-08-13 21:17:14 +00:00
lib [GlobalISel]: Fix lowering of G_SHUFFLE_VECTOR with scalar sources 2019-08-13 21:49:11 +00:00
projects [libc++] Take 2: Integrate the PSTL into libc++ 2019-08-05 18:29:14 +00:00
resources
runtimes
test Attempt to fix issue with unresolved lit test in TableGen 2019-08-13 22:32:26 +00:00
tools [NFCI] Explicitly provide user-defined constructor for SectionRef 2019-08-13 22:16:18 +00:00
unittests [ORC] Refactor definition-generation, add a generator for static libraries. 2019-08-13 16:05:18 +00:00
utils [util] Allow callsigns when running git llvm revert 2019-08-13 17:19:53 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert the test commit 2019-08-09 20:52:39 +00:00
CODE_OWNERS.TXT
CREDITS.TXT Update email address. 2019-07-17 07:02:02 +00:00
LICENSE.TXT
LLVMBuild.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.