[PATCH] D103979: [lld-macho] Have dead-stripping work with literal sections
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 9 20:08:34 PDT 2021
oontvoo added inline comments.
================
Comment at: lld/MachO/InputSection.h:123
+ bool live : 1;
+ uint32_t hash : 31;
// Offset from the start of the containing output section.
----------------
IMHO, 31 is a bit weird. (It's only 1 bit difference!)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103979/new/
https://reviews.llvm.org/D103979
More information about the llvm-commits
mailing list