[llvm] [AllocToken] Introduce AllocToken instrumentation pass (PR #156838)
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 11 12:01:14 PDT 2025
================
@@ -0,0 +1,46 @@
+//===- AllocToken.h - Allocation token instrumentation --------------------===//
----------------
zmodem wrote:
With the risk of starting a bikeshed: how about SanitizeAllocToken.h/.cpp, or maybe AllocPartitionSanitizer, or something like that (the pass name might be adjusted too).
Just AllocToken makes it sound like this implements some kind of token, not a sanitizer pass.
https://github.com/llvm/llvm-project/pull/156838
More information about the llvm-commits
mailing list