[PATCH] D113241: [lld-macho][nfc] rename parsed-section types & variables
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 6 16:23:57 PDT 2021
int3 added a comment.
The Map instead of Vec thing was intentional... a vector of pairs is semantically a map.
Not a huge fan of the `Parsed` stuff either, I don't think there's much confusion about when we are working with parsed vs serialized structures...
As for the `offset` member... seems kind of hard to evaluate it without the context of the `__eh_frame`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113241/new/
https://reviews.llvm.org/D113241
More information about the llvm-commits
mailing list