================
@@ -13,4 +13,7 @@ void f() {
   void();
 }
 
+// CHECK: define{{.*}} void @_ZN8GH1164401fEv()
----------------
erichkeane wrote:

There is no target-triple on this test, so this will fail in windows mode.  You 
can try running it with `-triple x86_64-windows-pc` to see what I mean.

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

Reply via email to