[LLVMbugs] [Bug 5722] llc needs -Os option

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Dec 8 15:19:06 PST 2009


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


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

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




--- Comment #1 from Evan Cheng <evan.cheng at apple.com>  2009-12-08 17:19:05 ---
-Os is translated by llvm-gcc / clang into "optsize" function note. That tells
the code generator the function needs to be optimized for code size by


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