Open ljmf00 opened 3 years ago
This issue requires upstream changes to the LLVM codebase since DebugInfoMetadata doesn't accommodate column DECL information.
did you submit an upstream bug? If yes, can you link to it here? thanks!
did you submit an upstream bug? If yes, can you link to it here? thanks!
As far as I investigated,
DW_TAG_subprogram
,DW_TAG_imported_module
,DW_TAG_formal_parameter
,DW_TAG_member
andDW_TAG_structure_type
, does not exportDW_AT_decl_column
attribute.