[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 02:52:04 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:
Single `expected-no-diagnostics` is sufficient for the whole file
https://github.com/llvm/llvm-project/pull/70496
More information about the cfe-commits
mailing list