[PATCH] D102971: [lld-macho][nfc] Rename MergedOutputSection to ConcatOutputSection

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 22 18:30:11 PDT 2021


alexshap added inline comments.


================
Comment at: lld/MachO/ConcatOutputSection.h:29
 public:
-  MergedOutputSection(StringRef name) : OutputSection(MergedKind, name) {}
+  ConcatOutputSection(StringRef name) : OutputSection(MergedKind, name) {}
 
----------------
explicit


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102971



More information about the llvm-commits mailing list