This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Use namespace qualifiers (macho::) instead of `namespace lld { namespace macho {`
ClosedPublic

Authored by MaskRay on Jun 23 2020, 9:52 PM.

Diff Detail

Event Timeline

MaskRay created this revision.Jun 23 2020, 9:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2020, 9:52 PM
int3 accepted this revision.Jun 24 2020, 12:19 PM
This revision is now accepted and ready to land.Jun 24 2020, 12:19 PM
This revision was automatically updated to reflect the committed changes.

Should have been fixed by 40bc99538c85904e3f4de04c795bbebd4013bbe7 (hope reducing using namespace can be accepted)

Sorry for the breakage!

Bonus is that we can use Symbol instead of lld::macho::Symbol now.

int3 added a comment.Jun 24 2020, 3:41 PM

Hmm that's quite a bit of MachO:: sprinkled about but I guess it's fine. Thanks!