We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbe69f commit 7dc9b43Copy full SHA for 7dc9b43
clang/test/CodeGenCXX/microsoft-abi-eh-disabled.cpp
@@ -1,6 +1,6 @@
1
-// RUN: %clang_cl -c --target=x86_64-windows-msvc /EHs-c- -O2 /GS- \
+// RUN: %clang_cl -c --target=x86_64-windows-msvc -EHs-c- -O2 -GS- \
2
// RUN: -Xclang=-import-call-optimization \
3
-// RUN: /clang:-S /clang:-o- -- %s 2>&1 \
+// RUN: -clang:-S -clang:-o- -- %s 2>&1 \
4
// RUN: | FileCheck %s
5
6
#ifdef __clang__
clang/test/CodeGenCXX/microsoft-abi-eh-ip2state.cpp
-// RUN: %clang_cl -c --target=x86_64-windows-msvc -O2 /EHsc /GS- \
+// RUN: %clang_cl -c --target=x86_64-windows-msvc -O2 -EHsc -GS- \
0 commit comments