This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Rename EmitAssemblyHelper new/legacy PM methods
ClosedPublic

Authored by aeubanks on Oct 12 2021, 2:23 PM.

Details

Summary

To reflect the fact that the new PM is the default now.

Diff Detail

Event Timeline

aeubanks created this revision.Oct 12 2021, 2:23 PM
aeubanks requested review of this revision.Oct 12 2021, 2:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2021, 2:23 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
MaskRay accepted this revision.Oct 12 2021, 2:27 PM

Consider switching to functionName while updating the function names.

This revision is now accepted and ready to land.Oct 12 2021, 2:27 PM
MaskRay added inline comments.Oct 12 2021, 2:28 PM
clang/lib/CodeGen/BackendUtil.cpp
175

Perhaps add a comment to bring awareness to possible downstream users

aeubanks updated this revision to Diff 379208.Oct 12 2021, 3:41 PM

add comment
I'd rather switch everything to lowerCamel at once rather than just a few methods

This revision was landed with ongoing or failed builds.Oct 12 2021, 3:42 PM
This revision was automatically updated to reflect the committed changes.