[PATCH] D122258: [MC][RFC] 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
Tue Mar 22 13:58:20 PDT 2022
int3 added inline comments.
================
Comment at: llvm/lib/MC/MCObjectFileInfo.cpp:66-67
- if (T.isWatchABI())
- OmitDwarfIfHaveCompactUnwind = true;
----------------
@MaskRay
> I vaguely remember there is a place where DWARF unwind info is enabled for all but few environments (like watchOS). Where is it?
here :)
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