[PATCH] D114163: Use VersionTuple for parsing versions in Triple. This makes it possible to distinguish between "16" and "16.0" after parsing, which previously was not possible.
James Farrell via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 30 09:57:02 PST 2021
jamesfarrell added a comment.
In D114163#3161978 <https://reviews.llvm.org/D114163#3161978>, @nikic wrote:
> FYI I reverted this due to test failures -- one specific assertion failure is mentioned in https://reviews.llvm.org/rG40d5eeac6cd8.
Thanks! I saw the failures and was going to revert, but you beat me to it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114163/new/
https://reviews.llvm.org/D114163
More information about the llvm-commits
mailing list