[PATCH] D108519: [DWARFLinker] Prefix debug section names with '.' in the comments. NFC.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 22 10:32:06 PDT 2021
avl added a comment.
I think it would be better to not add any prefixes to section names. On Darwin, section names have "__" prefix. So using "." looks a bit incompatible. It seems, it is better always use section names without prefixes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108519/new/
https://reviews.llvm.org/D108519
More information about the llvm-commits
mailing list