Emit multiple common EH frames for multiple (including blank) personality
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 13 May 2007 15:42:26 +0000 (15:42 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 13 May 2007 15:42:26 +0000 (15:42 +0000)
commit8c7c17354c7d954de95a064ee89f8c82cccdb819
tree7f901638144cecef38421a01b7a4012cd7622300
parent69b3e40196f837d5dbc484cd708b6e0489085787
Emit multiple common EH frames for multiple (including blank) personality
functions. This partly fixes PR1414: now we're restricted only to one
personality function per eh frame, not per module. Further work on
"multiple personalities" topic needs representative example.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37018 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/DwarfWriter.cpp
lib/CodeGen/MachineModuleInfo.cpp