This is an archive of the discontinued LLVM Phabricator instance.

[07/10] ELF/Aarch64: Internal variable cleanup
ClosedPublic

Authored by zatrazz on Apr 7 2015, 7:31 AM.

Details

Summary

Hi ruiu, shankarke,

This is re-post of a previous attempt. This patch makes the AArch64GotAtomContent, AArch64Plt0AtomContent, and
AArch64PltAtomContent static and also cleanup their formatting.

Diff Detail

Event Timeline

zatrazz updated this revision to Diff 23333.Apr 7 2015, 7:31 AM
zatrazz retitled this revision from to [07/10] ELF/Aarch64: Internal variable cleanup.
zatrazz updated this object.
zatrazz edited the test plan for this revision. (Show Details)
zatrazz added reviewers: ruiu, shankar.easwaran.
zatrazz added a project: lld.
zatrazz added subscribers: Unknown Object (MLST), lld.
ruiu edited edge metadata.Apr 7 2015, 9:32 AM

LGTM. It is recommended by the LLVM's coding style to keep the length of
anonymous namespaces as small as possible. So please move these now-file
scope variables outside the anonymous namespace.

zatrazz accepted this revision.Apr 21 2015, 11:17 AM
zatrazz added a reviewer: zatrazz.
This revision is now accepted and ready to land.Apr 21 2015, 11:17 AM
zatrazz closed this revision.Apr 21 2015, 11:17 AM