[PATCH] D71451: Support to emit extern variables debuginfo with "-fstandalone-debug"

Jaydeep Chauhan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 19 21:46:18 PST 2020


Jac1494 added a comment.



> that still seems very surprising - this change is specifically intended to add more debug info, is it not? So do you have any ideas/theories as to why that's not showing up in the data?

Yes, In clang and llvm  extern variable are there inside header file ,So that it will not add debug info.And in test side only two test case(virtual-methods.ll, cl-options.c)  are there which is  using "-fstandalone-debug" option and but in this test cases there is no extern variable.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71451/new/

https://reviews.llvm.org/D71451





More information about the cfe-commits mailing list