commit | 70b34533c22703b51a95598afceb58a0257d434b | [log] [tgz] |
---|---|---|
author | Paul Robinson <paul.robinson@sony.com> | Thu Apr 20 19:16:51 2017 +0000 |
committer | Paul Robinson <paul.robinson@sony.com> | Thu Apr 20 19:16:51 2017 +0000 |
tree | 9736c54d2e6d8f90923d10ba1c5a8b35661ed9d6 | |
parent | 8431e996d323bbafda2cad67a3d6672d69e2bef8 [diff] |
[DWARF] Versioning for DWARF constants; verify FORMs Associate the version-when-defined with definitions of standard DWARF constants. Identify the "vendor" for DWARF extensions. Use this information to verify FORMs in .debug_abbrev are defined as of the DWARF version specified in the associated unit. Removed two tests that had specified DWARF v1 (which essentially does not exist). Differential Revision: http://reviews.llvm.org/D30785 llvm-svn: 300875