http://llvm.org/bugs/show_bug.cgi?id=19978

Ehsan Akhgari [:ehsan] <[email protected]> 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] <[email protected]> ---
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to