[PATCH] D49426: [DEBUG_INFO] fix .loc directives emitted for missing prologues

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 23 22:06:52 PST 2018


dblaikie added a comment.

So GAS does the same thing as Clang's integrated assembler currently (pre-patch) and that behavior is problematic for GDB and LLDB? (only for LLDB) so the difference is that the assembly clang generates includes these zero-address-length locations, but GCC doesn't?

What's the problematic cases/behavior in the debuggers or other DWARF consumers?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D49426/new/

https://reviews.llvm.org/D49426





More information about the llvm-commits mailing list