forked from OSchip/llvm-project
parent
1eb0ecf8ce
commit
63d18acc7f
|
@ -182,6 +182,7 @@ def _SLASH_GL_ : CLFlag<"GL-">;
|
|||
def _SLASH_Gm : CLFlag<"Gm">;
|
||||
def _SLASH_Gm_ : CLFlag<"Gm-">;
|
||||
def _SLASH_GS : CLFlag<"GS">;
|
||||
def _SLASH_GT : CLFlag<"GT">;
|
||||
def _SLASH_Gy : CLFlag<"Gy">;
|
||||
def _SLASH_Gy_ : CLFlag<"Gy-">;
|
||||
def _SLASH_GZ : CLFlag<"GZ">;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue