]> granicus.if.org Git - clang/commit
[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)
commit532a3b67ac82c23efc6cda1d3b27c42e9ec46558
tree5b8fcac7b9b793efd1d778d810d7a2eddee18394
parente79bfe02bfc330f2f336029ea767ddea216d5aa8
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280053 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/ppc64-dwarf.c [new file with mode: 0644]