================
@@ -119,6 +120,7 @@ class WebAssemblySubtarget final : public
WebAssemblyGenSubtargetInfo {
bool hasMutableGlobals() const { return HasMutableGlobals; }
bool hasNontrappingFPToInt() const { return HasNontrappingFPToInt; }
bool hasReferenceTypes() const { return HasReferenceTypes; }
+ bool hasMemtag() const { return HasMemtag; }
----------------
trcrsired wrote:
it maybe needed for future globals tagging
https://github.com/llvm/llvm-project/pull/162972
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits