forked from OSchip/llvm-project
clang-cl: expand test coverage for "core" options
llvm-svn: 213170
This commit is contained in:
parent
80a866a316
commit
db829de6d6
|
@ -294,9 +294,16 @@
|
|||
|
||||
// Accept "core" clang options.
|
||||
// (/Zs is for syntax-only)
|
||||
// RUN: %clang_cl /Zs \
|
||||
// RUN: %clang_cl \
|
||||
// RUN: --driver-mode=cl \
|
||||
// RUN: -ferror-limit=10 \
|
||||
// RUN: -fmsc-version=1800 \
|
||||
// RUN: -- %s 2>&1
|
||||
// RUN: -fno-strict-aliasing \
|
||||
// RUN: -fstrict-aliasing \
|
||||
// RUN: -mllvm -disable-llvm-optzns \
|
||||
// RUN: -msse2 \
|
||||
// RUN: -Wunused-variables \
|
||||
// RUN: /Zs -- %s 2>&1
|
||||
|
||||
|
||||
void f() { }
|
||||
|
|
Loading…
Reference in New Issue