This is an archive of the discontinued LLVM Phabricator instance.

[Attributor][NFC] Update tests after D94741
ClosedPublic

Authored by jdoerfert on Mar 3 2021, 7:36 PM.

Details

Summary

The update_test_checks script can now check for global symbols and is able
to handle them properly when they differ across prefixes, e.g.,
attribute #0 might be different in different runs.

This patch simply updates all the Attributor tests with the new script.

Diff Detail

Event Timeline

jdoerfert created this revision.Mar 3 2021, 7:36 PM
jdoerfert requested review of this revision.Mar 3 2021, 7:36 PM
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
sstefan1 accepted this revision.Mar 3 2021, 11:08 PM

LGTM.

I guess the script should be committed first.

This revision is now accepted and ready to land.Mar 3 2021, 11:08 PM
This revision was landed with ongoing or failed builds.Mar 11 2021, 9:31 PM
This revision was automatically updated to reflect the committed changes.