[PATCH] D71451: Support to emit extern variables debuginfo with "-fstandalone-debug"
Jaydeep Chauhan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 17 05:14:00 PST 2019
Jac1494 added a comment.
In D71451#1786517 <https://reviews.llvm.org/D71451#1786517>, @dblaikie wrote:
> Do you have any particular users/use case for this?
A case when shared library built without debug info
and executable with debug info. And while debugging we want to know the types of extern.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71451/new/
https://reviews.llvm.org/D71451
More information about the cfe-commits
mailing list