forked from OSchip/llvm-project
parent
951f1ccc98
commit
a41faeddb9
|
@ -197,6 +197,7 @@ def _SLASH_TP : CLCompileFlag<"TP">, HelpText<"Treat all source files as C++">;
|
|||
// Ignored:
|
||||
|
||||
def _SLASH_analyze_ : CLIgnoredFlag<"analyze-">;
|
||||
def _SLASH_cgthreads : CLIgnoredJoined<"cgthreads">;
|
||||
def _SLASH_d2Zi_PLUS : CLIgnoredFlag<"d2Zi+">;
|
||||
def _SLASH_errorReport : CLIgnoredJoined<"errorReport">;
|
||||
def _SLASH_FS : CLIgnoredFlag<"FS">, HelpText<"Force synchronous PDB writes">;
|
||||
|
|
|
@ -172,6 +172,8 @@
|
|||
// (/Zs is for syntax-only)
|
||||
// RUN: %clang_cl /Zs \
|
||||
// RUN: /analyze- \
|
||||
// RUN: /cgthreads4 \
|
||||
// RUN: /cgthreads8 \
|
||||
// RUN: /d2Zi+ \
|
||||
// RUN: /errorReport:foo \
|
||||
// RUN: /FS \
|
||||
|
|
Loading…
Reference in New Issue