Skip to content

Conversation

@sivadeilra
Copy link
Contributor

Fix - vs / paths for non-Windows platforms for integration tests in #144745

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Jul 22, 2025
@llvmbot
Copy link
Member

llvmbot commented Jul 22, 2025

@llvm/pr-subscribers-clang

Author: None (sivadeilra)

Changes

Fix - vs / paths for non-Windows platforms for integration tests in #144745


Full diff: https://github.com/llvm/llvm-project/pull/150067.diff

2 Files Affected:

  • (modified) clang/test/CodeGenCXX/microsoft-abi-eh-disabled.cpp (+2-2)
  • (modified) clang/test/CodeGenCXX/microsoft-abi-eh-ip2state.cpp (+2-2)
diff --git a/clang/test/CodeGenCXX/microsoft-abi-eh-disabled.cpp b/clang/test/CodeGenCXX/microsoft-abi-eh-disabled.cpp
index 16fb381d814f2..4c6493f15dee5 100644
--- a/clang/test/CodeGenCXX/microsoft-abi-eh-disabled.cpp
+++ b/clang/test/CodeGenCXX/microsoft-abi-eh-disabled.cpp
@@ -1,6 +1,6 @@
-// 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- \
 // RUN:   -Xclang=-import-call-optimization \
-// RUN:   /clang:-S /clang:-o- %s 2>&1 \
+// RUN:   -clang:-S -clang:-o- -- %s 2>&1 \
 // RUN:   | FileCheck %s
 
 #ifdef __clang__
diff --git a/clang/test/CodeGenCXX/microsoft-abi-eh-ip2state.cpp b/clang/test/CodeGenCXX/microsoft-abi-eh-ip2state.cpp
index 5e3f89c4b4680..d6b9b58e55845 100644
--- a/clang/test/CodeGenCXX/microsoft-abi-eh-ip2state.cpp
+++ b/clang/test/CodeGenCXX/microsoft-abi-eh-ip2state.cpp
@@ -1,6 +1,6 @@
-// RUN: %clang_cl -c --target=x86_64-windows-msvc -O2 /EHsc /GS- \
+// RUN: %clang_cl -c --target=x86_64-windows-msvc -O2 -EHsc -GS- \
 // RUN:   -Xclang=-import-call-optimization \
-// RUN:   /clang:-S /clang:-o- %s 2>&1 \
+// RUN:   -clang:-S -clang:-o- -- %s 2>&1 \
 // RUN:   | FileCheck %s
 
 #ifdef __clang__

@sivadeilra sivadeilra closed this Jul 22, 2025
@sivadeilra sivadeilra deleted the user/ardavis/ip2state-fix-aarch64 branch August 7, 2025 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clang Clang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants