================
@@ -787,10 +787,21 @@ void AsmPrinter::emitGlobalVariable(const GlobalVariable
*GV) {
if (GV->isTagged()) {
Triple T = TM.getTargetTriple();
- if (T.getArch() != Triple::aarch64 || !T.isAndroid())
+ auto arch = T.getArch();
+
+ bool supportMemtagGlobals = false;
+
+ if (T.isWasm()) {
----------------
sbc100 wrote:
Should this be wasm64 only?
https://github.com/llvm/llvm-project/pull/162972
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits