summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-11-11 01:03:50 +0000
committerBill Wendling <isanbard@gmail.com>2011-11-11 01:03:50 +0000
commit70976ad9c27edb0631a200bec76305de06045cf7 (patch)
tree9cf881f7a2a2ee7e2b81c892a4a69ad80a4c1cd0 /llvm/lib/MC
parent8df82045544ba8b105be3e2a2b4b1235091296c0 (diff)
downloadbcm5719-llvm-70976ad9c27edb0631a200bec76305de06045cf7.tar.gz
bcm5719-llvm-70976ad9c27edb0631a200bec76305de06045cf7.zip
Reenable compact unwinding now that <rdar://problem/10430076> is fixed.
llvm-svn: 144351
Diffstat (limited to 'llvm/lib/MC')
-rw-r--r--llvm/lib/MC/MCDwarf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCDwarf.cpp b/llvm/lib/MC/MCDwarf.cpp
index 0225afa80e4..b68fcaf9562 100644
--- a/llvm/lib/MC/MCDwarf.cpp
+++ b/llvm/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)
OpenPOWER on IntegriCloud