[all-commits] [llvm/llvm-project] e931f9: test-release.sh: Remove test-suite from LLVM_ENABL...

Diana via All-commits all-commits at lists.llvm.org
Thu Feb 10 00:29:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e931f92550bda9c80b93291a49cf4e6339f1a778
      https://github.com/llvm/llvm-project/commit/e931f92550bda9c80b93291a49cf4e6339f1a778
  Author: Diana Picus <diana.picus at linaro.org>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M llvm/utils/release/test-release.sh

  Log Message:
  -----------
  test-release.sh: Remove test-suite from LLVM_ENABLE_PROJECTS

I think this was just being ignored before, but now it crashes because
we're checking if the projects that we're trying to enable are valid.
There is no test-suite project (it's a separate repo with separate
handling), so we should never try to enable it.

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




More information about the All-commits mailing list