Allow the use of functions as typeinfo in landingpad clauses
authorReid Kleckner <reid@kleckner.net>
Fri, 14 Nov 2014 00:35:50 +0000 (00:35 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 14 Nov 2014 00:35:50 +0000 (00:35 +0000)
commit98c86d76dfb858b82305b96b772ccfd0f3db0908
tree4622885b9c2ba5017a84bf609a986acebcfa7b5f
parent0dfb75c92af240dbdce9875389b9b409593f547e
Allow the use of functions as typeinfo in landingpad clauses

This is one step towards supporting SEH filter functions in LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221954 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/Analysis.h
include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/Analysis.cpp
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/EHStreamer.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
test/CodeGen/X86/gcc_except_table_functions.ll [new file with mode: 0644]