[libcxx-commits] [clang] [compiler-rt] [libcxx] [lldb] [llvm] Rename Sanitizer Coverage => Coverage Sanitizer (PR #106505)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 2 04:38:17 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
----------------
cor3ntin wrote:
Nice catch! I did another pass on the PR to make sure there wasn't other such instances
https://github.com/llvm/llvm-project/pull/106505
More information about the libcxx-commits
mailing list