From df0197481773050159dae8c5d4a6e287fce4e4c6 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 12 Nov 2013 22:35:26 +0000 Subject: clang-cl: parse the /Yc flag (PR17895) llvm-svn: 194523 --- clang/test/Driver/cl-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Driver/cl-options.c') 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 -- cgit v1.2.3