This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFC] Replace anonymous namespace functions with static
ClosedPublic

Authored by Amir on Feb 1 2023, 5:20 PM.

Details

Summary

Follow LLVM Coding Standards guideline on using anonymous namespaces
(https://llvm.org/docs/CodingStandards.html#anonymous-namespaces)
and use static modifier for function definitions.

Diff Detail

Event Timeline

Amir created this revision.Feb 1 2023, 5:20 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Feb 1 2023, 5:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2023, 5:20 PM
maksfb accepted this revision.Feb 3 2023, 5:08 PM

LGTM

This revision is now accepted and ready to land.Feb 3 2023, 5:08 PM
This revision was automatically updated to reflect the committed changes.