[llvm-bugs] [Bug 47890] New: llvm-symbolizer does not read dsym files outside .app bundles created by Xcode

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Oct 17 08:52:09 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=47890

            Bug ID: 47890
           Summary: llvm-symbolizer does not read dsym files outside .app
                    bundles created by Xcode
           Product: tools
           Version: trunk
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llvm-symbolizer
          Assignee: unassignedbugs at nondot.org
          Reporter: tbruio at outlook.com
                CC: llvm-bugs at lists.llvm.org

When "DWARF with dSYM file" is selected in Xcode project settings >
DEBUG_INFORMATION_FORMAT, the dSYM file is created outside the .app bundle.

For `Tool.app/Contents/MacOS/Tool`, `Tool.app.dSYM` is created, instead of
`Tool.app/Contents/MacOS/Tool.dSYM`. So llvm-symbolizer cannot read the file
and we don't get the file:line info as the docs say.

http://clang.llvm.org/docs/AddressSanitizer.html#symbolizing-the-reports

Adding this feature will make running `dsymutil` much less painful.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20201017/349c2a86/attachment.html>


More information about the llvm-bugs mailing list