================
@@ -2947,7 +2947,8 @@ bool QualType::isWebAssemblyExternrefType() const {
bool QualType::isWebAssemblyFuncrefType() const {
return getTypePtr()->isFunctionPointerType() &&
- getAddressSpace() == LangAS::wasm_funcref;
+ (getAddressSpace() == LangAS::wasm_funcref ||
----------------
vtjnash wrote:
I'm also new to the clang side, but happened to be banging my head against this
exact problem all day too
https://github.com/llvm/llvm-project/pull/178720
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits