Follow LLVM Coding Standards guideline on using anonymous namespaces
(https://llvm.org/docs/CodingStandards.html#anonymous-namespaces)
and use static modifier for function definitions.
Details
Details
- Reviewers
rafauler maksfb - Group Reviewers
Restricted Project - Commits
- rGbe2f67c4d87d: [BOLT][NFC] Replace anonymous namespace functions with static
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo