[PATCH] D144999: [Clang][MC][MachO]Only emits compact-unwind format for "canonical" personality symbols. For the rest, use DWARFs.
Michael Buch via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 9 04:12:32 PDT 2023
Michael137 added a comment.
Looks like the latest reland of this patch broke some debug-info `cross-project-tests` on the Arm64 macOS buildbots: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-as/263/execution/node/54/log/
Failed Tests (2):
cross-project-tests :: debuginfo-tests/dexter-tests/optnone-fastmath.cpp
cross-project-tests :: debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp
You can run those tests by adding `cross-project-tests` to `LLVM_ENABLE_PROJECTS` and running `ninja check-debuginfo`.
Let me know if you need help reproducing this
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