[PATCH] D52296: [Clang] - Add -gsingle-file-split-dwarf option.
George Rimar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 31 09:12:13 PDT 2018
grimar added a comment.
In https://reviews.llvm.org/D52296#1281642, @echristo wrote:
> Can you elaborate on your motivations and what you're trying to do?
>
> Thanks!
We want to see:
- No extra files. The compiler produces just a .o.
- The linker leaves most debug info in the .o files.
That makes the build friendly to existing tools and avoids most of the static linker work.
https://reviews.llvm.org/D52296
More information about the cfe-commits
mailing list