[all-commits] [llvm/llvm-project] bf72f6: [libc++][CI] Fix check-generated-output.

mordante via All-commits all-commits at lists.llvm.org
Wed Apr 28 10:14:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bf72f6baccfe7d39a12f9319d108d6d55aefeeef
      https://github.com/llvm/llvm-project/commit/bf72f6baccfe7d39a12f9319d108d6d55aefeeef
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M libcxx/utils/ci/run-buildbot

  Log Message:
  -----------
  [libc++][CI] Fix check-generated-output.

Before the script detected non-ASCII characters but let them pass. This
fixes the issue. I had a way to solve the issue, during review @Quuxplusone
suggested a better alternative. The patch has been changed to use this alternative.

Intended failed builds:
- Not updated generated files https://buildkite.com/llvm-project/libcxx-ci/builds/2822
- Not updated generated files and non-ASCII usage https://buildkite.com/llvm-project/libcxx-ci/builds/2835
- Non-ASCII usage https://buildkite.com/llvm-project/libcxx-ci/builds/2836

Reviewed By: #libc, Quuxplusone, curdeius

Differential Revision: https://reviews.llvm.org/D101303




More information about the All-commits mailing list