[PATCH] D120805: [LLD] [COFF] Order .debug_* sections at the end, to avoid leaving gaps if stripped
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 2 08:42:45 PST 2022
mstorsjo added a comment.
Also, see https://github.com/llvm/llvm-project/blob/main/llvm/lib/ObjCopy/COFF/COFFObjcopy.cpp#L142-L147 (plus line 31) as reference to what stripping does here - llvm-objcopy matches GNU objcopy in this aspect.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120805/new/
https://reviews.llvm.org/D120805
More information about the llvm-commits
mailing list