[libcxx-commits] [libcxx] [runtimes] Enforce the lack of trailing whitespace in libc++abi and libunwind too (PR #72708)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 17 13:59:05 PST 2023
https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/72708
None
>From 546c5b77fa1385080018ff262948531d582f50ad Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Fri, 17 Nov 2023 16:58:40 -0500
Subject: [PATCH] [runtimes] Enforce the lack of trailing whitespace in
libc++abi and libunwind too
---
libcxx/utils/ci/run-buildbot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index fe99388a799be8a..032bc6b189e28cf 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -264,7 +264,7 @@ check-generated-output)
|| false
# Reject code with trailing whitespace
- ! grep -rn '[[:blank:]]$' libcxx/include libcxx/src libcxx/test libcxx/benchmarks || false
+ ! grep -rn '[[:blank:]]$' libcxx libcxxabi libunwind runtimes || false
;;
#
# Various Standard modes
More information about the libcxx-commits
mailing list