[PATCH] D122258: [MC] Omit DWARF unwind info if compact unwind is present for all archs

Jez Ng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 27 19:09:07 PDT 2022


int3 added a comment.

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?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122258/new/

https://reviews.llvm.org/D122258



More information about the cfe-commits mailing list