[clang] [clang][wasm] Resolve assertion errors caused by converting ComplexTy… (PR #70496)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 15 11:44:21 PST 2023


================
@@ -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


More information about the cfe-commits mailing list