[PATCH] D145884: test-release.sh: build projects and runtimes lists with semicolons

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 08:55:08 PDT 2023


dim added a comment.

In D145884#4189341 <https://reviews.llvm.org/D145884#4189341>, @hans wrote:

> With this, could we get rid of `project_list` and `runtime_list` and just use `projects` and `runtimes` directly throughout?

Yes, at least for the `runtimes` part, but the `projects` part should still be controlled by the `if` that checks for Phase 3. (Hmm there should be comment above that explaining why, but I digress.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145884/new/

https://reviews.llvm.org/D145884



More information about the llvm-commits mailing list