clang-cl: make /Zp a Joined option (PR18503)

We don't currently support this option, but we should be able to parse it.

llvm-svn: 199787
This commit is contained in:
Hans Wennborg 2014-01-22 03:23:35 +00:00
parent dd634cac74
commit a6ae1209df
2 changed files with 2 additions and 1 deletions

View File

@ -251,5 +251,5 @@ def _SLASH_Zg : CLFlag<"Zg">;
def _SLASH_Zi : CLFlag<"Zi">;
def _SLASH_ZI : CLFlag<"ZI">;
def _SLASH_Zl : CLFlag<"Zl">;
def _SLASH_Zp : CLFlag<"Zp">;
def _SLASH_Zp : CLJoined<"Zp">;
def _SLASH_ZW : CLJoined<"ZW">;

View File

@ -223,6 +223,7 @@
// RUN: /ZI \
// RUN: /Zl \
// RUN: /Zp \
// RUN: /Zp1 \
// RUN: /ZW:nostdlib \
// RUN: -- %s 2>&1