diff options
author | Hans Wennborg <hans@hanshq.net> | 2014-01-22 03:23:35 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2014-01-22 03:23:35 +0000 |
commit | a6ae1209dfd836b216459dbb6bc2704f7809201f (patch) | |
tree | abbcb9a6e68f590481befbfd76bd1acb760c7ace /clang/test/Driver/cl-options.c | |
parent | dd634cac74af8c92d3b8aef9f6a149fa54e412f7 (diff) | |
download | bcm5719-llvm-a6ae1209dfd836b216459dbb6bc2704f7809201f.tar.gz bcm5719-llvm-a6ae1209dfd836b216459dbb6bc2704f7809201f.zip |
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
Diffstat (limited to 'clang/test/Driver/cl-options.c')
-rw-r--r-- | clang/test/Driver/cl-options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Driver/cl-options.c b/clang/test/Driver/cl-options.c index b341a2d4f45..a1174b6112f 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -223,6 +223,7 @@ // RUN: /ZI \ // RUN: /Zl \ // RUN: /Zp \ +// RUN: /Zp1 \ // RUN: /ZW:nostdlib \ // RUN: -- %s 2>&1 |