================
@@ -0,0 +1,25 @@
+// RUN: %clang_cc1 -std=c++20 -fms-compatibility 
-fms-compatibility-version=19.33 -emit-llvm %s -o - -triple=x86_64-windows-msvc 
| FileCheck %s
----------------
zmodem wrote:

I think doing codegen (-emit-llvm) in clang/test/AST/ is unusual, those tests 
normally just look at the AST (though there are exceptions). Maybe there is a 
better place for this?

https://github.com/llvm/llvm-project/pull/117845
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to