[llvm-bugs] [Bug 25789] clang cant parse command options in quotes
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Dec 9 09:17:58 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25789
Hans Wennborg <hans at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |hans at chromium.org
Resolution|--- |WONTFIX
--- Comment #1 from Hans Wennborg <hans at chromium.org> ---
> clang++ "-Wall" "-target i686-pc-win" ../cppwebpage.cpp
The command looks broken. It should be "-target" "i686-pc-win", i.e. it's two
arguments, not one.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151209/55da55b8/attachment.html>
More information about the llvm-bugs
mailing list