[PATCH] D122258: [MC] Omit DWARF unwind info if compact unwind is present for all archs
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 27 19:09:44 PDT 2022
davide added a comment.
In D122258#3479045 <https://reviews.llvm.org/D122258#3479045>, @int3 wrote:
> Thanks for the feedback!
>
>> The binary compatibility issue is non-existent on arm64, but it could be still a thing on x86_64.
>
> Can we enable `OmitDwarfIfHaveCompactUnwind` by default on arm64 then? And have it be opt-in just for x86_64?
I think it's fine.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122258/new/
https://reviews.llvm.org/D122258
More information about the llvm-commits
mailing list