This is an archive of the discontinued LLVM Phabricator instance.

Fix update_llc_test_checks function regex for RV64
ClosedPublic

Authored by arichardson on Aug 13 2020, 3:04 AM.

Details

Summary

Some functions also include a .Lfunc$local: label

Diff Detail

Event Timeline

arichardson created this revision.Aug 13 2020, 3:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 13 2020, 3:04 AM
arichardson requested review of this revision.Aug 13 2020, 3:04 AM
MaskRay accepted this revision.Aug 13 2020, 10:21 AM

Suggest mentioning -fno-semantic-interposition

.L<func>$local: due to -fno-semantic-interposition

This revision is now accepted and ready to land.Aug 13 2020, 10:21 AM
This revision was automatically updated to reflect the committed changes.