================
@@ -0,0 +1,48 @@
+// RUN: %clang_cl --target=x86_64-windows-msvc /c /Z7 -o %t.obj -- %s
----------------
dwblaikie wrote:

Generally clang tests don't test end-to-end. If the code change only affects 
clang IR generation, the test should only test clang IR generation, not all the 
way down to PDB, etc.

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

Reply via email to