http://llvm.org/bugs/show_bug.cgi?id=3786
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #2 from Chris Lattner <[email protected]> 2009-03-11 12:20:22 --- Is there a gcc option for this? If not, I'd recommend running the .i file through clang -E -P to strip the line markers. alternatively use "sed '/^# /d' < in.i > out.i -Chris -- 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
