================ @@ -0,0 +1,16 @@ +// RUN: %clang_cc1 -std=c++23 -emit-llvm %s -triple x86_64-pc-windows-msvc -o - | FileCheck %s + ---------------- arsenm wrote:
The point is to make sure it isn't artificially restricted to MSVC. You'll just need different check lines https://github.com/llvm/llvm-project/pull/185282 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
