This is an archive of the discontinued LLVM Phabricator instance.

[UpdateCCTestChecks] Implement --global-value-regex
ClosedPublic

Authored by jdenny on Jun 22 2021, 1:34 PM.

Details

Summary

--check-globals activates checks for all global values, and
--global-value-regex filters them. For example, I'd like to use it
in OpenMP offload codegen tests to check only global variables like
.offload_maptypes*.

Diff Detail

Event Timeline

jdenny requested review of this revision.Jun 22 2021, 1:34 PM
jdenny created this revision.
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 22 2021, 1:34 PM
Herald added a subscriber: sstefan1. · View Herald Transcript
jdenny updated this revision to Diff 355579.Jun 30 2021, 9:09 AM

Fix the new test for the race discussed at D104714#2841465.

This revision is now accepted and ready to land.Jul 19 2021, 7:30 PM
This revision was automatically updated to reflect the committed changes.