[PATCH] D100440: [Debug-Info] DW_AT_export_symbols shouldn't be generated before version-5 of DWARF.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 19 06:57:38 PDT 2021
jhenderson added a subscriber: jmorse.
jhenderson added a comment.
In D100440#2688023 <https://reviews.llvm.org/D100440#2688023>, @dblaikie wrote:
> @aprantl @probinson @jhenderson - any of you folks want this in older versions? I think this is for C++ inline namespaces - so if you used a modern C++ standard library (that uses inline namespaces like "std::__1::basic_string", etc) users would have to use these extra qualifiers when naming types, functions, etc. Not unworkable, but a bit inconvenient.
I'm not the right person to ask, but I wouldn't expect a DWARF v4 consumer to be able to recognise a DWARF v5 attribute in general, and therefore we shouldn't be using emitting it in older cases. @probinson or maybe @jmorse will probably have a better insight here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100440/new/
https://reviews.llvm.org/D100440
More information about the llvm-commits
mailing list