[libc++] Fix the check-format job
authorLouis Dionne <ldionne.2@gmail.com>
Wed, 21 Jun 2023 13:08:45 +0000 (09:08 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Wed, 21 Jun 2023 21:59:32 +0000 (17:59 -0400)
commitb3569280586aec3e4d5ea61634f0a841e5827244
tree25d3040391cf5a8709c8680a0dadabaeabaf8366
parent3858e9d6c5136e5a491795c1dcb720361c525526
[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
libcxx/utils/ci/run-buildbot