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 999b356 commit 9a7a6b2Copy full SHA for 9a7a6b2
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- \
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- \
0 commit comments