[PATCH] D144999: [Clang][MC][MachO]Only emits compact-unwind format for "canonical" personality symbols. For the rest, use DWARFs.
Vy Nguyen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 9 07:38:19 PDT 2023
oontvoo added a comment.
In D144999#4407934 <https://reviews.llvm.org/D144999#4407934>, @t.p.northover wrote:
> I don't think this handles the no-personality case properly. For example this code leads to a DWARF entry now:
>
> void bar(int *) noexcept;
> void foo() {
> int arr;
> bar(&arr);
> }
Thanks! Sent the fix in D152540 <https://reviews.llvm.org/D152540>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144999/new/
https://reviews.llvm.org/D144999
More information about the cfe-commits
mailing list