[PATCH] D122156: [lld][Macho][NFC] Encapsulate priorities map in a priority class

Vincent Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 08:52:36 PDT 2022


thevinster added inline comments.


================
Comment at: lld/MachO/SectionPriorities.cpp:37
 
+PriorityBuilder macho::priorityBuilder;
+
----------------
nit: Since we are already namespacing macho, can we drop the `macho::` everywhere in this file? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122156/new/

https://reviews.llvm.org/D122156



More information about the llvm-commits mailing list