[PATCH] D128440: [WebAssembly] Initial support for reference type funcref in clang
Paulo Matos via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 15 05:32:09 PDT 2022
pmatos added inline comments.
================
Comment at: clang/lib/AST/ASTContext.cpp:954
10, // wasm_externref,
+ 20, // wasm_funcref
};
----------------
aaron.ballman wrote:
> Where did this value come from?
Unsure what you mean here. This is the address space number we also use on the LLVM side.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128440/new/
https://reviews.llvm.org/D128440
More information about the cfe-commits
mailing list