[llvm-commits] [llvm] r148156 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp

Rafael Espindola rafael.espindola at gmail.com
Fri Jan 13 15:28:51 PST 2012


Author: rafael
Date: Fri Jan 13 17:28:50 2012
New Revision: 148156

URL: http://llvm.org/viewvc/llvm-project?rev=148156&view=rev
Log:
Remove previous commit while I debug the bot failures.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp?rev=148156&r1=148155&r2=148156&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp Fri Jan 13 17:28:50 2012
@@ -142,6 +142,9 @@
 
   Asm->OutStreamer.EmitCFIEndProc();
 
+  Asm->OutStreamer.EmitLabel(Asm->GetTempSymbol("eh_func_end",
+                                                Asm->getFunctionNumber()));
+
   // Map all labels and get rid of any dead landing pads.
   MMI->TidyLandingPads();
 





More information about the llvm-commits mailing list