[PATCH] D124539: workflows: Add a test to ensure that the LLVM version is correct

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 01:37:23 PDT 2022


thieta added a comment.

I think this is fine. But I wonder if we should split out the version into a separate file that can be easier to parse and so we don't have to edit the version in several different places. In my last job we usually had a single `VERSION` file in the root that we read from CMake and all other places that needed the current version.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124539



More information about the llvm-commits mailing list