[PATCH] D46628: [ELF] Add --strip-debug-non-line option

Brian Gesiak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 11:39:38 PDT 2018


modocache added a comment.

> Please just bring back the first patch to line 1316 and submit. Thanks!

Will do! But, functionally, I think it's not in a great state, even in the prior patch. On your suggestion, I tried attaching to an executable linked with `--strip-debug-non-line`, and when I attempted to break at a source location, lldb crashed. I think that points to a serious flaw in the debug info that this patch is generating, so I'd like to fix that before landing. Just give me a few days to learn more about DWARF :)


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46628





More information about the llvm-commits mailing list