<font size=2 face="sans-serif">Hi All, </font><br><br><font size=2 face="sans-serif">Recently I fixed a bug that was exposed
on PowerPC relating to missing unwind tables.</font><br><br><font size=2 face="sans-serif">Bug:</font><br><a href="https://bugs.llvm.org/show_bug.cgi?id=32611"><font size=2 color=blue face="sans-serif">https://bugs.llvm.org/show_bug.cgi?id=32611</font></a><br><br><font size=2 face="sans-serif">Patch For Fix:</font><br><a href=https://reviews.llvm.org/D50987><font size=2 color=blue face="sans-serif">https://reviews.llvm.org/D50987</font></a><br><br><font size=2 face="sans-serif">The bug was not exposed on x86 because
the option -funwind-tables is on by default and so the uwtable attribute
is added to all functions on x86. With the fix an unwind table is added
to any function that has an error handling personality. My questions: 1)
Why is -funwind-tables default on x86? 2) Does it still need to be default
now that this fix is in?</font><br><br><font size=2 face="sans-serif">Thank you, </font><br><font size=2 face="sans-serif">Stefan </font><br><BR>