[PATCH] D52296: [Clang] - Add -gsingle-file-split-dwarf option.

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 21 07:21:04 PDT 2018


probinson added a comment.

Do we generate the .dwo file directly these days?  If not, I can imagine wanting to avoid the overhead of the objcopy hack; as long as the linker is smart enough not to bother with the .debug_*.dwo sections this seems like a build-time win.


https://reviews.llvm.org/D52296





More information about the cfe-commits mailing list