[compiler-rt] [NFCI] clarify that asan-*linux.cpp files affect *nix OS'es (PR #195565)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sun May 3 20:39:55 PDT 2026


================
@@ -8,7 +8,7 @@
 //
 // This file is a part of AddressSanitizer, an address sanity checker.
 //
-// Linux-specific malloc interception.
+// Linux-specific (and Unix/Unix-like) malloc interception.
----------------
MaskRay wrote:

Since this is Unix-like, "Linux-specific" should be removed. 

https://github.com/llvm/llvm-project/pull/195565


More information about the llvm-commits mailing list