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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to