[PATCH] D124539: workflows: Add a test to ensure that the LLVM version is correct
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 28 17:06:24 PDT 2022
tstellar added a comment.
In D124539#3479378 <https://reviews.llvm.org/D124539#3479378>, @thieta wrote:
> 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.
I think we could put it in the cmake/ directory.
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