[all-commits] [llvm/llvm-project] 2c3db7: [OpenMP, test] Fix use of undef VAR_PRIV FileCheck...
RoboTux via All-commits
all-commits at lists.llvm.org
Thu Apr 1 16:39:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c3db73341aea084e44600400e9fe39690416923
https://github.com/llvm/llvm-project/commit/2c3db73341aea084e44600400e9fe39690416923
Author: Thomas Preud'homme <thomasp at graphcore.ai>
Date: 2021-04-02 (Fri, 02 Apr 2021)
Changed paths:
M clang/test/OpenMP/sections_reduction_codegen.cpp
Log Message:
-----------
[OpenMP, test] Fix use of undef VAR_PRIV FileCheck var
Remove the CHECK-NOT directive referring to as-of-yet undefined VAR_PRIV
variable since the pattern of the following CHECK-NOT in the same
CHECK-NOT block covers a superset of the case caught by the first
CHECK-NOT.
Reviewed By: ABataev
Differential Revision: https://reviews.llvm.org/D99775
More information about the All-commits
mailing list