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