From: Bill Wendling Date: Fri, 11 Nov 2011 01:03:50 +0000 (+0000) Subject: Reenable compact unwinding now that is fixed. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cf3b89f9a83e46494fba73dd7754df03e95b2b15;p=oota-llvm.git Reenable compact unwinding now that is fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144351 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/MCDwarf.cpp b/lib/MC/MCDwarf.cpp index 0225afa80e4..b68fcaf9562 100644 --- a/lib/MC/MCDwarf.cpp +++ b/lib/MC/MCDwarf.cpp @@ -1012,7 +1012,7 @@ void MCDwarfFrameEmitter::Emit(MCStreamer &Streamer, // FIXME: This emits both the compact unwind and the old CIE/FDE // information. Only one of those is needed. // FIXME: Disable. This is causing failures in the test suite. - if (false && IsEH && MOFI->getCompactUnwindSection()) + if (IsEH && MOFI->getCompactUnwindSection()) for (unsigned i = 0, n = Streamer.getNumFrameInfos(); i < n; ++i) { const MCDwarfFrameInfo &Frame = Streamer.getFrameInfo(i); if (Frame.CompactUnwindEncoding)