Emit the handler's data area. For GCC-style exceptions under Win64, the
authorCharles Davis <cdavis@mines.edu>
Mon, 30 May 2011 00:13:34 +0000 (00:13 +0000)
committerCharles Davis <cdavis@mines.edu>
Mon, 30 May 2011 00:13:34 +0000 (00:13 +0000)
commit59ed4151d8d0567b7771772cfa2b65e7c25ffb68
tree2ad17cbcb639d57e2edd770315a415aa93098a40
parent626d6fb1903e74337b257c5e165944bcd1273e65
Emit the handler's data area. For GCC-style exceptions under Win64, the
handler's data area starts with a 4-byte reference to the personality
function, followed by the DWARF LSDA.

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