llvm-project/llvm
Philip Reames 3b7f6fd26d [tests] Update per review comment on D99912
(I'd copy and pasted the wrong test before tweaking, as a result, it wasn't a very good negative test.)
2021-04-20 09:42:29 -07:00
..
benchmarks
bindings
cmake [mlgo] Skip AOT-compiling a model if a header/object pair is provided 2021-04-13 09:46:29 -07:00
docs [llvm-objdump] Add an llvm-otool tool 2021-04-20 08:24:58 -04:00
examples
include [OpenMP] Add OpenMPOpt as a Module pass 2021-04-20 12:28:58 -04:00
lib [OpenMP] Add OpenMPOpt as a Module pass 2021-04-20 12:28:58 -04:00
projects
resources
runtimes
test [tests] Update per review comment on D99912 2021-04-20 09:42:29 -07:00
tools [llvm-objdump] Add an llvm-otool tool 2021-04-20 08:24:58 -04:00
unittests [AArch64] Add apple-m1 CPU, and default to it for macOS. 2021-04-20 08:41:04 -07:00
utils [gn build] Port 120fa8293e 2021-04-20 15:33:43 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
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.