]> granicus.if.org Git - llvm/commitdiff
Merging r196104:
authorBill Wendling <isanbard@gmail.com>
Mon, 2 Dec 2013 19:24:08 +0000 (19:24 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 2 Dec 2013 19:24:08 +0000 (19:24 +0000)
------------------------------------------------------------------------
r196104 | rafael | 2013-12-02 06:59:34 -0800 (Mon, 02 Dec 2013) | 1 line

Output .eh_frames on COFF too now that the integrated as is used on mingw.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@196137 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/WinCOFFStreamer.cpp
test/MC/COFF/eh-frame.s [new file with mode: 0644]

index 7fc114cbff80c3f31840e6c29c0b7f92ee4af751..5b5aad7a79ea9eb3828989804ee7f1a885c907d1 100644 (file)
@@ -322,6 +322,7 @@ void WinCOFFStreamer::EmitWin64EHHandlerData() {
 }
 
 void WinCOFFStreamer::FinishImpl() {
+  EmitFrames(NULL, true);
   EmitW64Tables();
   MCObjectStreamer::FinishImpl();
 }
diff --git a/test/MC/COFF/eh-frame.s b/test/MC/COFF/eh-frame.s
new file mode 100644 (file)
index 0000000..e606b76
--- /dev/null
@@ -0,0 +1,14 @@
+// RUN: llvm-mc -filetype=obj -triple i686-pc-win32 %s -o - | llvm-readobj -s | FileCheck %s
+
+       .def     _main;
+       .scl    2;
+       .type   32;
+       .endef
+       .text
+       .globl  _main
+_main:
+       .cfi_startproc
+       ret
+       .cfi_endproc
+
+// CHECK:    Name: .eh_frame