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

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 20 11:34:06 PDT 2018


dblaikie added a comment.

Do you/what's your particular use case for this scenario? I guess this looks a bit like Apple's format (where debug info stays in the object file and isn't linked into the final binary), but don't expect they'd be moving to this any time soon.


https://reviews.llvm.org/D52296





More information about the cfe-commits mailing list