Skip to content

Commit 4a484f5

Browse files
committed
fix CI on non-Windows platforms
1 parent c267928 commit 4a484f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clang/test/CodeGenCXX/microsoft-abi-eh-disabled.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// RUN: %clang_cl -c --target=x86_64-windows-msvc /EHs-c- -O2 /GS- \
1+
// RUN: %clang_cl -c --target=x86_64-windows-msvc -EHs-c- -O2 -GS- \
22
// RUN: -Xclang=-import-call-optimization \
3-
// RUN: /clang:-S /clang:-o- -- %s 2>&1 \
3+
// RUN: -clang:-S -clang:-o- -- %s 2>&1 \
44
// RUN: | FileCheck %s
55

66
#ifdef __clang__

clang/test/CodeGenCXX/microsoft-abi-eh-ip2state.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// RUN: %clang_cl -c --target=x86_64-windows-msvc -O2 /EHsc /GS- \
1+
// RUN: %clang_cl -c --target=x86_64-windows-msvc -O2 -EHsc -GS- \
22
// RUN: -Xclang=-import-call-optimization \
3-
// RUN: /clang:-S /clang:-o- -- %s 2>&1 \
3+
// RUN: -clang:-S -clang:-o- -- %s 2>&1 \
44
// RUN: | FileCheck %s
55

66
#ifdef __clang__

0 commit comments

Comments
 (0)