diff options
author | Hans Wennborg <hans@hanshq.net> | 2013-11-12 19:21:50 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2013-11-12 19:21:50 +0000 |
commit | 63d18acc7fc922ff90f46a1854a94b9f5bdad28c (patch) | |
tree | 9d618f82bb6a2d38fd951f3340396cbdaf0fc140 /clang/test/Driver/cl-options.c | |
parent | 1eb0ecf8ceac5ad0889c3896b87b859f8ec75129 (diff) | |
download | bcm5719-llvm-63d18acc7fc922ff90f46a1854a94b9f5bdad28c.tar.gz bcm5719-llvm-63d18acc7fc922ff90f46a1854a94b9f5bdad28c.zip |
clang-cl: parse the /GT option
llvm-svn: 194502
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 d8c97017a3f..7d098bb98a9 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -122,7 +122,7 @@ // (/Zs is for syntax-only) // RUN: %clang_cl /Zs /arch:sse2 /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- /GZ -- %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 // RUN: %clang_cl /Zs /wfoo /Zc:wchar_t- -- %s 2>&1 // RUN: %clang_cl /Zs /ZI /Zi /MP -- %s 2>&1 |