commit | 38ea9eecd7c810e11f96c8306b241f9db88fc62f | [log] [tgz] |
---|---|---|
author | Charles Davis <cdavis@mines.edu> | Sun May 22 04:15:07 2011 +0000 |
committer | Charles Davis <cdavis@mines.edu> | Sun May 22 04:15:07 2011 +0000 |
tree | 8d4409866e32dd64a0c491676229e9a5ded79e54 | |
parent | 3185f5c35322cbd10040ab20f265042d477efe62 [diff] [blame] |
Implement emission of all Win64 exception tables. Make the COFF streamer emit these tables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131833 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/MC/WinCOFFStreamer.cpp b/lib/MC/WinCOFFStreamer.cpp index 8b0cfcb..6c36c12 100644 --- a/lib/MC/WinCOFFStreamer.cpp +++ b/lib/MC/WinCOFFStreamer.cpp
@@ -388,6 +388,7 @@ } void WinCOFFStreamer::Finish() { + EmitW64Tables(); MCObjectStreamer::Finish(); }