Skip to content

Commit 7dc9b43

Browse files
authored
Fix CI on non-Windows platforms, for #144745 (#150145)
1 parent bbbe69f commit 7dc9b43

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)