[PATCH] D122215: [WebAssembly] Initial support for reference type externref in clang
Paulo Matos via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 18 23:58:44 PDT 2022
pmatos marked an inline comment as done.
pmatos added inline comments.
================
Comment at: clang/lib/AST/ASTContext.cpp:952-953
+ 12, // ptr64
+ 1, // wasm_var
+ 10, // wasm_externref,
};
----------------
aaron.ballman wrote:
> How did you arrive at these values?
> How did you arrive at these values?
Same as for funcref, this is the same in the LLVM side of things.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122215/new/
https://reviews.llvm.org/D122215
More information about the cfe-commits
mailing list