[PowerPC] Update the DWARF register-size table
authorHal Finkel <hfinkel@anl.gov>
Tue, 30 Aug 2016 02:38:34 +0000 (02:38 +0000)
committerHal Finkel <hfinkel@anl.gov>
Tue, 30 Aug 2016 02:38:34 +0000 (02:38 +0000)
commit84832a7a795033386bd80cc8028ef2a8b23692a9
tree16beddd6e5e01af38aa8429c400ba8db08890329
parent1aea6da56457d3c969edb90259abcc2da231590f
[PowerPC] Update the DWARF register-size table

The PPC64 DWARF register-size table did not match the ABI specification (or
GCC, for that matter). Fix that, and add a regression test.

Fixes PR27931.

llvm-svn: 280053
clang/lib/CodeGen/TargetInfo.cpp
clang/test/CodeGen/ppc64-dwarf.c [new file with mode: 0644]