[LLVMbugs] [Bug 3606] undefined symbol with -O2
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Feb 17 14:09:14 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3606
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #4 from Chris Lattner <clattner at apple.com> 2009-02-17 16:09:14 ---
Yes, this is definitely a bug in the source: you have to mark things used by an
inline asm as attribute(used). You're just lucky it works with 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