[all-commits] [llvm/llvm-project] 2c9131: Test all CHECK-NOT in a block even if one fails
RoboTux via All-commits
all-commits at lists.llvm.org
Mon Aug 24 07:45:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2c9131665d00c83a13c90db26c4fafaccbc27822
https://github.com/llvm/llvm-project/commit/2c9131665d00c83a13c90db26c4fafaccbc27822
Author: Thomas Preud'homme <thomasp at graphcore.ai>
Date: 2020-08-24 (Mon, 24 Aug 2020)
Changed paths:
M llvm/lib/Support/FileCheck.cpp
A llvm/test/FileCheck/multiple-check-not-failures.txt
Log Message:
-----------
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
More information about the All-commits
mailing list