Factor out type info emission into separate routine.
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 19 Nov 2012 21:06:26 +0000 (21:06 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 19 Nov 2012 21:06:26 +0000 (21:06 +0000)
commit2386fc8daa682c7b6c2479cd9c9c3113581c41db
tree2021ae0f1116be36930ed37b6eba37acd69e0795
parent97c3472bf915ce9124f682f6c8ce9e4baff7c284
Factor out type info emission into separate routine.
It turned out that ARM wants different layout of type infos.
This is yet another patch in attempt to fix PR7187

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168325 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/AsmPrinter/DwarfException.h
test/CodeGen/ARM/ehabi-filters.ll [new file with mode: 0644]