[PATCH] D102971: [lld-macho][nfc] Rename MergedOutputSection to ConcatOutputSection
Greg McGary via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 24 07:55:17 PDT 2021
gkm added inline comments.
================
Comment at: lld/MachO/ConcatOutputSection.h:30
+ explicit ConcatOutputSection(StringRef name)
+ : OutputSection(MergedKind, name) {}
----------------
s/`MergedKind`/`ConcatKind`/
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