[libcxx-commits] [clang] [compiler-rt] [libcxx] [lldb] [llvm] Rename Sanitizer Coverage => Coverage Sanitizer (PR #106505)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 29 06:18:06 PDT 2024
================
@@ -257,7 +257,7 @@ General purpose options
A semicolon list of arguments to pass when running the libc++ benchmarks using the
``check-cxx-benchmarks`` rule. By default we run the benchmarks for a very short amount of time,
- since the primary use of ``check-cxx-benchmarks`` is to get test and sanitizer coverage, not to
+ since the primary use of ``check-cxx-benchmarks`` is to get test and coverage sanitizer, not to
----------------
ldionne wrote:
This change is wrong. This documentation relates to "coverage for sanitizers", not a specific kind of "sanitizer for coverage".
https://github.com/llvm/llvm-project/pull/106505
More information about the libcxx-commits
mailing list