================
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -verify -triple x86_64-linux-gnu -emit-llvm -o - %s
-// RUN: %clang_cc1 -verify -triple x86_64-windows-pc -fms-compatibility 
-emit-llvm -o - %s
+// RUN: %clang_cc1 -verify -triple x86_64-linux-gnu -o - %s
+// RUN: %clang_cc1 -verify -triple x86_64-windows-pc -fms-compatibility -o - %s
----------------
AaronBallman wrote:

```suggestion
// RUN: %clang_cc1 -verify -triple x86_64-linux-gnu -fsyntax-only %s
// RUN: %clang_cc1 -verify -triple x86_64-windows-pc -fms-compatibility 
-fsyntax-only  %s
```

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

Reply via email to