llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) <details> <summary>Changes</summary> No reason to use the driver here. --- Full diff: https://github.com/llvm/llvm-project/pull/218426.diff 1 Files Affected: - (modified) clang/test/SemaCXX/microsoft-constexpr.cpp (+2-2) ``````````diff diff --git a/clang/test/SemaCXX/microsoft-constexpr.cpp b/clang/test/SemaCXX/microsoft-constexpr.cpp index 9709db58b4e64..971afeb5a612f 100644 --- a/clang/test/SemaCXX/microsoft-constexpr.cpp +++ b/clang/test/SemaCXX/microsoft-constexpr.cpp @@ -1,7 +1,7 @@ // Some of this should fail in MSVC, but work in clang // when -fms-compatibility is enabled. -// RUN: %clang -fsyntax-only -fms-compatibility -std=c++20 %s -// RUN: %clang -fsyntax-only -fms-compatibility -std=c++20 -fexperimental-new-constant-interpreter %s +// RUN: %clang_cc1 -fsyntax-only -fms-compatibility -std=c++20 %s +// RUN: %clang_cc1 -fsyntax-only -fms-compatibility -std=c++20 -fexperimental-new-constant-interpreter %s typedef long LONG; typedef __int64 LONG_PTR, *PLONG_PTR; `````````` </details> https://github.com/llvm/llvm-project/pull/218426 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
