[all-commits] [llvm/llvm-project] b35692: [libc++] Fix the check-format job
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Jun 21 15:00:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3569280586aec3e4d5ea61634f0a841e5827244
https://github.com/llvm/llvm-project/commit/b3569280586aec3e4d5ea61634f0a841e5827244
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M libcxx/utils/ci/run-buildbot
Log Message:
-----------
[libc++] Fix the check-format job
Previously, it wouldn't take into account files in ignore_format.txt
(at least not on OSX) because the `find` command would return file names
like `libcxx/src//new_handler.cpp`, which never matched the file names
in `ignore_format.txt`.
Differential Revision: https://reviews.llvm.org/D153416
More information about the All-commits
mailing list