================
@@ -55,6 +55,7 @@ static const LangASMap FakeAddrSpaceMap = {
     18, // hlsl_output
     19, // hlsl_push_constant
     20, // wasm_funcref
+    21, // wasm_externref
----------------
QuantumSegfault wrote:

A bit confused on two things. 

- Why is `wasm_externef` being added rather than `wasm_var`? What is the 
purpose of `FakeAddrSpaceMap`
- What do the values mean? Because `wasm_funcref` is indeed 20, but 
`wasm_externref` is 10, not 21

https://github.com/llvm/llvm-project/pull/197540
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to