[PATCH] D52862: DwarfDebug: Pick next location in case of missing location at block begin

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 4 11:39:51 PDT 2018


MatzeB marked an inline comment as done.
MatzeB added a comment.



> Is it possible that your test harness is removing .dSYMs? .. ah, no, what's happening is that clang declines to add a dsymutil step when it's being used to link .o's into an executable.

So I assume when linking .o files the debug information is still part of the executable afterwards. And running `dsymutil` is an optional step that a buildsystem can do to split up the dwarf data into a .dSYM...


Repository:
  rL LLVM

https://reviews.llvm.org/D52862





More information about the llvm-commits mailing list