http://llvm.org/bugs/show_bug.cgi?id=3606
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #4 from Chris Lattner <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
