[LLVMbugs] [Bug 3786] Support ignoring #line directives (or report both locations)
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Mar 11 10:20:23 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=3786
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #2 from Chris Lattner <clattner at apple.com> 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.
More information about the llvm-bugs
mailing list