[LLVMbugs] [Bug 12676] Clang fails with cryptic error messages if -I ends with a backslash.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue May 8 18:56:02 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=12676
Aaron Ballman <aaron at aaronballman.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #3 from Aaron Ballman <aaron at aaronballman.com> 2012-05-08 20:56:02 CDT ---
The more I think about it, the more I dislike the idea of having to parse the
command line string ourselves -- we'd have to do too much guessing at the
user's intent. Backslashes have special meaning in two ways: as path
separators in some locales, and as escape characters. Trying to co-opt that to
work around the default behavior in DOS doesn't seem worth the effort.
--
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