This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP, test] Fix use of undef VAR_PRIV FileCheck var
ClosedPublic

Authored by thopre on Apr 1 2021, 4:34 PM.

Details

Summary

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.

Diff Detail

Event Timeline

thopre created this revision.Apr 1 2021, 4:34 PM
thopre requested review of this revision.Apr 1 2021, 4:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 1 2021, 4:34 PM
This revision is now accepted and ready to land.Apr 1 2021, 4:35 PM
This revision was landed with ongoing or failed builds.Apr 1 2021, 4:39 PM
This revision was automatically updated to reflect the committed changes.