================
@@ -0,0 +1,9 @@
+// RUN: %clang --target=wasm32 -mmultivalue -Xclang -target-abi -Xclang 
experimental-mv %s -S -Xclang -verify
+
+float crealf() { return 0;} // expected-no-diagnostics
----------------
Endilll wrote:

Sorry, I actually meant that you can do like 
https://github.com/llvm/llvm-project/blob/main/clang/test/CXX/basic/basic.link/p6.cpp
 does, putting `// expected-no-diagnostics` after RUN lines. I didn't mean that 
you should reduce test coverage: I believe you had 4 cases, now you have just 
one.

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

Reply via email to