[llvm-bugs] [Bug 30879] libunwind on i386: cannot deal with absence of frame pointers, even though libgcc can

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Feb 4 08:39:25 PST 2017


https://llvm.org/bugs/show_bug.cgi?id=30879

Sjors Gielen <llvm at sjor.sg> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #36 from Sjors Gielen <llvm at sjor.sg> ---
Actually, the problem is not fixed for me, I just accidentally had the
workaround still applied. So, even with libunwind 3.9.1 with r292723 applied,
my i686 binaries still explode when they throw an exception. These binaries
were produced with -O3. If I add the workaround, "-mllvm
-no-x86-call-frame-opt" to the compiler commandline, the problem is still
absent.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170204/d1e33693/attachment.html>


More information about the llvm-bugs mailing list