[LLVMbugs] [Bug 5234] llvm-gcc doesn't honor -fno-inline?

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Oct 19 11:16:06 PDT 2009


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


Evan Cheng <evan.cheng at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |evan.cheng at apple.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #3 from Evan Cheng <evan.cheng at apple.com>  2009-10-19 13:16:05 ---
I think you want -fno-function-inline. llvm-gcc does pay attention to that.

-fno-inline
           Don't pay attention to the "inline" keyword.

i.e. It's a noop for llvm-gcc.


-- 
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.



More information about the llvm-bugs mailing list