diff options
author | Hans Wennborg <hans@hanshq.net> | 2013-11-12 22:35:26 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2013-11-12 22:35:26 +0000 |
commit | df0197481773050159dae8c5d4a6e287fce4e4c6 (patch) | |
tree | f8f20ab47d60167051cf4b5198e1bf14f784c1ad /clang/test/Driver/cl-options.c | |
parent | d6c9f6ebbe387de7518283ca6702e5a48a3be0ed (diff) | |
download | bcm5719-llvm-df0197481773050159dae8c5d4a6e287fce4e4c6.tar.gz bcm5719-llvm-df0197481773050159dae8c5d4a6e287fce4e4c6.zip |
clang-cl: parse the /Yc flag (PR17895)
llvm-svn: 194523
Diffstat (limited to 'clang/test/Driver/cl-options.c')
-rw-r--r-- | clang/test/Driver/cl-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/cl-options.c b/clang/test/Driver/cl-options.c index 7d098bb98a9..c6e78ffe723 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -120,7 +120,7 @@ // Unsupported but parsed options. Check that we don't error on them. // (/Zs is for syntax-only) -// RUN: %clang_cl /Zs /arch:sse2 /Yustdafx.h /FpDebug\main.pch -- %s 2>&1 +// RUN: %clang_cl /Zs /arch:sse2 /Ycstdafx.h /Yustdafx.h /FpDebug\main.pch -- %s 2>&1 // RUN: %clang_cl /Zs /EHsc /Fdfoo /fp:precise /Gd /GL /GL- -- %s 2>&1 // RUN: %clang_cl /Zs /Gm /Gm- /GS /Gy /Gy- /GT /GZ -- %s 2>&1 // RUN: %clang_cl /Zs /ofoo.obj /o foo.obj -- %s 2>&1 |