[LLVMbugs] [Bug 19978] Make clang-cl accept /P /C
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jun 11 10:28:32 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19978
Ehsan Akhgari [:ehsan] <ehsan at mozilla.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |---
Summary|Add support for the /P |Make clang-cl accept /P /C
|argument to clang-cl |
--- Comment #2 from Ehsan Akhgari [:ehsan] <ehsan at mozilla.com> ---
Ah, sorry, I totally confused myself here! The bug that we're hitting is that
-P and -C don't seem to work together. I have no idea why I completely failed
to mention that here, sorry! :-)
clang-cl -C -P test.cpp
clang-3.5: error: invalid argument '-C' only allowed with '-E'
--
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/20140611/7ea82af1/attachment.html>
More information about the llvm-bugs
mailing list