Believe it or not, this is a simplification. :-)
authorBill Wendling <isanbard@gmail.com>
Wed, 9 Sep 2009 23:56:55 +0000 (23:56 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 9 Sep 2009 23:56:55 +0000 (23:56 +0000)
commit52783c63a13d384582997684384553e6545852d3
tree7276f9c096759f1643c7cf31e52b17323cc65d5f
parent10bf734e6e0b5aba79dc199d611dcdec54a1e48e
Believe it or not, this is a simplification. :-)

Basically, this patch is working towards removing the hard-coded values that are
output for the CIE. In particular, the CIE augmentation and the CIE augmentation
size. Both of these should be calculated. In the process, I was able to make a
bunch of code simpler.

The encodings for the personality, LSDA, and FDE in the CIE are still not
correct. They should be generated either from target-specific callbacks (blech!)
or grokked from first-principles.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81404 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/AsmPrinter/DwarfException.h