https://issues.dlang.org/show_bug.cgi?id=20510

Johan Engelen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Johan Engelen <[email protected]> ---
Hi Matthias, 
  Have you considered letting druntime call an external symbolizer like
llvm-symbolizer?
https://llvm.org/docs/CommandGuide/llvm-symbolizer.html
llvm-symbolizer will do all the heavy lifting of interpreting dSYM.
llvm-symbolizer does not even require the generation of dSYM folder by
dsymutil; it's what Address Sanitizer uses, and it works fine for me on macOS.

-Johan

--

Reply via email to