http://llvm.org/bugs/show_bug.cgi?id=11031

Adam Strzelecki <[email protected]> changed:

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

--- Comment #7 from Adam Strzelecki <[email protected]> ---
Forget what I've written before. I just realized that GCC is just simply
ommiting %ebp frame pointer when using >O2 as recommended by AMD64 ABI but
Clang is not to get meaningful stack traces.

However adding -fomit-frame-pointer make Clang behave exactly as GCC.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to