[PATCH] D67097: [DWARF] Check for format mismatch between CU and Range List Table.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 14:22:24 PDT 2019


dblaikie added a comment.

In D67097#1661014 <https://reviews.llvm.org/D67097#1661014>, @probinson wrote:

> In D67097#1659917 <https://reviews.llvm.org/D67097#1659917>, @dblaikie wrote:
>
> > Not sure I understand the snark at the C++ committee, but anyway.
>
>
> Oh, because of their perennial willingness to change a released standard, with no way to identify revisions.  The C++11 of today is not the same as the C++11 of 2011, for example.  This is basic revision control, everybody (else) understands this.  I mean, if we found a bug in Clang 8.0.0, we wouldn't overwrite the archived 8.0.0 to fix it.  But that's effectively what the C++ committee does with its "defect repair."
>  The DWARF committee has the decency to provide a new version number when the interpretation of some attribute changes.


Ah, you're referring to the C++ standard defect report process. Fair enough. Though it seems a bit out of place/unrelated to this discussion. I didn't intend to suggest that DWARFv4 should be retroactively changed - sorry if it came off that way.

Happy to have a separate discussion about the C++ committee process some time.


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

https://reviews.llvm.org/D67097





More information about the llvm-commits mailing list