llvm-project/llvm
Matt Arsenault cf68b31f14 llvm-reduce: Don't check tool name in error message check
Windows is being difficult and I don't know how to check the program name here
2022-04-28 09:10:19 -04:00
..
benchmarks
bindings [LegacyPM] Remove ThreadSanitizerLegacyPass 2022-04-27 16:25:41 -07:00
cmake
docs [lit] Support %if ... %else syntax for RUN lines 2022-04-27 20:29:08 +03:00
examples
include Revert "[Debuginfo][LSR] Add salvaging variadic dbg.value intrinsics [2/2]" 2022-04-28 14:07:31 +01:00
lib Revert "[Debuginfo][LSR] Add salvaging variadic dbg.value intrinsics [2/2]" 2022-04-28 14:07:31 +01:00
projects
resources
runtimes
test llvm-reduce: Don't check tool name in error message check 2022-04-28 09:10:19 -04:00
tools Revert "[llvm-pdbutil] Add options to only dump symbol record at specified offset and its parents or children with spcified depth." 2022-04-28 12:42:31 +02:00
unittests [ARM] add Armv9 build attribute 2022-04-28 10:48:26 +01:00
utils [gn build] (manually) port 0f1b5f115a 2022-04-28 08:39:12 -04: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.