[clang] [llvm] [WebAssembly] support getVT from `externref` and `funcref` (PR #97080)
Heejin Ahn via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 28 17:30:35 PDT 2024
================
@@ -0,0 +1,18 @@
+// RUN: %clang_cc1 -O2 -triple wasm32-unknown-unknown-wasm -target-feature +reference-types -emit-llvm -o - %s | FileCheck %s
----------------
aheejin wrote:
By the way, this command succeeds even without this patch. The test should be something that fails now and succeeds with the fix.
https://github.com/llvm/llvm-project/pull/97080
More information about the cfe-commits
mailing list