[libcxx-commits] [libcxx] [libc++] Remove nonexistent directory from check-generated-output (PR #111746)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 9 12:10:21 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
<details>
<summary>Changes</summary>
The libcxx/benchmarks directory was moved to libcxx/test/benchmarks, which is already checked by that grep command.
---
Full diff: https://github.com/llvm/llvm-project/pull/111746.diff
1 Files Affected:
- (modified) libcxx/utils/ci/run-buildbot (+1-1)
``````````diff
diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index 536d6270361307..0ce1def5f37224 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -238,7 +238,7 @@ check-generated-output)
# Reject patches that introduce non-ASCII characters or hard tabs.
# Depends on LC_COLLATE set at the top of this script.
set -x
- ! grep -rn '[^ -~]' libcxx/include libcxx/src libcxx/test libcxx/benchmarks \
+ ! grep -rn '[^ -~]' libcxx/include libcxx/src libcxx/test \
--exclude '*.dat' \
--exclude '*unicode*.cpp' \
--exclude '*print*.sh.cpp' \
``````````
</details>
https://github.com/llvm/llvm-project/pull/111746
More information about the libcxx-commits
mailing list