[compiler-rt] [NFCI] clarify that asan-*linux.cpp files affect *nix OS'es (PR #195565)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Sun May 3 18:12:44 PDT 2026
================
@@ -8,7 +8,7 @@
//
// This file is a part of AddressSanitizer, an address sanity checker.
//
-// Linux-specific details.
+// Linux-specific (and Unix/Unix-like) details.
----------------
thurstond wrote:
It seems redundant to mention "Linux-specific" instead of only "Unix/Unix-like". (OTOH, if the comment was the latter, then the file is clearly misnamed, which leads back to https://github.com/llvm/llvm-project/pull/132263).
https://github.com/llvm/llvm-project/pull/195565
More information about the llvm-commits
mailing list