================
@@ -2441,6 +2441,9 @@ void 
ModuleAddressSanitizer::instrumentGlobals(IRBuilder<> &IRB, Module &M,
     // zero so we can copy the metadata over as is.
     NewGlobal->copyMetadata(G, 0);
 
+    // Attach "asan_instrumented" attribute to the new global.
+    NewGlobal->addAttribute(Attribute::SanitizeAddress);
----------------
skc7 wrote:

This would be replaced by "asan_instrumented" attributes, once #68865 gets 
approved and merged.

https://github.com/llvm/llvm-project/pull/70166
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to