This form is like DW_FORM_strp, but points to .debug_line_str instead
of .debug_str as the string section. It's intended to be used from
the line-table header, and allows string-pooling of directory and
filenames across compilation units.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Most of this is just plumbing through cchanges to track the new section. DWARFFormValue.cpp is really the missing functional bit for dumping purposes.
Comment Actions
Most of this is just plumbing through cchanges to track the new section.
Agreed. LGTM