llvm-project/llvm
Thomas Preud'homme 2c9131665d Test all CHECK-NOT in a block even if one fails
This commit makes FileCheck print all CHECK-NOT directive failure in a
CHECK-NOT block even if one fails. Prior to that, it would stop trying
to match CHECK-NOT directive as soon as one in the block fails.

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D86315
2020-08-24 15:45:05 +01:00
..
benchmarks
bindings [Bindings] Remove ipc_propagation. 2020-08-02 22:36:53 +01:00
cmake [cmake] Don't use ld.lld when targeting Darwin 2020-08-20 19:51:29 -07:00
docs [DebugInfo][flang]Added support for representing Fortran assumed length strings 2020-08-22 10:13:40 +05:30
examples [ORC] Add a LLJITWithThinLTOSummaries example in OrcV2Examples 2020-08-23 14:02:10 +02:00
include [coroutine] should disable inline before calling coro split 2020-08-24 22:22:08 +08:00
lib Test all CHECK-NOT in a block even if one fails 2020-08-24 15:45:05 +01:00
projects
resources
runtimes [runtimes] Allow LLVM_BUILTIN_TARGETS to include Darwin 2020-08-20 18:28:30 -07:00
test Test all CHECK-NOT in a block even if one fails 2020-08-24 15:45:05 +01:00
tools [llvm-reduce] Skip terminators when reducing instructions. 2020-08-23 17:20:34 +01:00
unittests [Cloning] Fix to cloning DISubprograms. 2020-08-21 11:54:56 -07:00
utils [gn build] Port ae6f788240 2020-08-22 17:32:25 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Update my email address. 2020-08-21 10:15:26 -07:00
CREDITS.TXT Update my email address. 2020-08-21 10:15:26 -07: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.