This is an archive of the discontinued LLVM Phabricator instance.

Add support to symbolize backtraces on crashes on Macho platforms
AbandonedPublic

Authored by mehdi_amini on Feb 26 2023, 8:25 PM.

Details

Summary

llvm-symbolizer still requires to run dsymutil to find debug info though,
I'm not sure if we can teach llvm-symbolizer to find these without?

Diff Detail