This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFC] Use Language plugins in Mangled::GuessLanguage
ClosedPublic

Authored by teemperor on May 26 2021, 5:22 AM.

Details

Summary

This removes the direct dependency to the ObjC and C++ plugins.

Diff Detail

Event Timeline

teemperor created this revision.May 26 2021, 5:22 AM
teemperor requested review of this revision.May 26 2021, 5:22 AM
bulbazord accepted this revision.May 26 2021, 10:33 AM

This is about what I thought needed to be done as well. Thanks for taking care of this!

This revision is now accepted and ready to land.May 26 2021, 10:33 AM

Cool! We have a few other similar patterns where we should just ask the Language plugins, so I'll probably just do the same for them when I find a few free minutes.

This revision was landed with ongoing or failed builds.Jun 1 2021, 9:02 AM
This revision was automatically updated to reflect the committed changes.
shafik added a subscriber: shafik.Jun 1 2021, 10:18 AM
This comment was removed by shafik.