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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 08:57:02 PDT 2019


probinson added a comment.
Herald added a subscriber: ychen.

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.


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

https://reviews.llvm.org/D67097





More information about the llvm-commits mailing list