Make the COFF streamer emit unwind info when processing a .seh_handlerdata
authorCharles Davis <cdavis@mines.edu>
Sun, 22 May 2011 03:01:05 +0000 (03:01 +0000)
committerCharles Davis <cdavis@mines.edu>
Sun, 22 May 2011 03:01:05 +0000 (03:01 +0000)
commit3185f5c35322cbd10040ab20f265042d477efe62
tree1afb0375f0b901c7b3ae2c296cf13e1c35686401
parentc7e38e8f3fe8a291e3c3714e21a51f2ef53f8aed
Make the COFF streamer emit unwind info when processing a .seh_handlerdata
directive.

Implement emission of Win64 EH unwind info.

Pull in <cassert> in MCWin64EH.h so it can use the assert() macro.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131832 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCWin64EH.h
lib/MC/CMakeLists.txt
lib/MC/MCWin64EH.cpp [new file with mode: 0644]
lib/MC/WinCOFFStreamer.cpp