Reenable compact unwinding now that <rdar://problem/10430076> is fixed.
authorBill Wendling <isanbard@gmail.com>
Fri, 11 Nov 2011 01:03:50 +0000 (01:03 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 11 Nov 2011 01:03:50 +0000 (01:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144351 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCDwarf.cpp

index 0225afa80e4568ee98dca1983d51820ec37f4573..b68fcaf956280a76ba5a0c3a98c9bfd91f910c43 100644 (file)
@@ -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)