[PATCH] D129540: [lld-macho] Enable EH frame parsing / pruning
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 12 10:01:31 PDT 2022
int3 added a comment.
> Want me to make repro files at the same chromium rev with and without that flag?
That would be great, yes :)
> Is it sufficient to do that on intel, or does the flag _have_ an effect on arm?
D122258: [MC] Omit DWARF unwind info if compact unwind is present where eligible <https://reviews.llvm.org/D122258> makes it so the default behavior on arm64 and arm64_32 is to omit the redundant DWARF info, so the flag only has an effect on other platforms. So Intel and I guess arm32 too (but of course LLD doesn't handle that so it's moot)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129540/new/
https://reviews.llvm.org/D129540
More information about the llvm-commits
mailing list