search for: enabledgendwarfforassembly

Displaying 2 results from an estimated 2 matches for "enabledgendwarfforassembly".

2018 Aug 23
2
[assembler + debuginfo] interaction with .file directive and debuginfo
...iscussed this briefly with Paul off list and he suggested it would be better here. ] Among the changes in 7.0.0 are some that were added to support DWARFv5's .debug_line. The presence of ".file" mutes debug info generated by the assembler as of r328208 - logic in AsmParser::enabledGenDwarfForAssembly(). The comment there states: "If we haven't encountered any .file directives (which would imply that the assembler source was produced with debug info already) then emit one describing the assembler source file itself." Does .file imply that the assembly source was already pro...
2018 Aug 24
3
[assembler + debuginfo] interaction with .file directive and debuginfo
...l off list and he suggested it would be > better here. ] > > > > Among the changes in 7.0.0 are some that were added to support DWARFv5’s > .debug_line. > > > > The presence of “.file” mutes debug info generated by the assembler as of > r328208 – logic in AsmParser::enabledGenDwarfForAssembly(). > > > > The comment there states: “If we haven't encountered any .file directives > (which would imply that the assembler source was produced with debug info > already) then emit one describing the assembler source file itself.” > > > > Does .file imply that the...