This is an archive of the discontinued LLVM Phabricator instance.

[UpdateTestChecks] Add preprocess_cmd in update_analyze_test_checks.py
Needs ReviewPublic

Authored by luke on May 18 2023, 4:05 AM.

Details

Summary

Similar to how update_llc_test_checks.py and update_test_checks.py, this
allows a sed command or similar to be used to preprocess an analysis
test.
This code was copied straight from update_llc_test_checks, and could
probably be shared.

Diff Detail

Event Timeline

luke created this revision.May 18 2023, 4:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2023, 4:05 AM
luke requested review of this revision.May 18 2023, 4:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2023, 4:05 AM
nikic added a subscriber: nikic.Jun 13 2023, 5:40 AM

Could you please add a test?