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

Bob Wilson <[email protected]> changed:

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

--- Comment #3 from Bob Wilson <[email protected]> 2011-01-11 11:34:58 CST 
---
This is expected behavior.  You need to compile with -fomit-frame-pointer.  I
think GCC automatically enables that option for some targets when compiling
with optimization, but clang does not do that, as far as I know.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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