[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.
Dan Albert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 19 11:35:06 PST 2021
danalbert accepted this revision.
danalbert added a comment.
This revision is now accepted and ready to land.
Nice, that's a lot of code cleaned up! LGTM, but probably should wait for someone from Apple to weigh in. I think the new formatting for those error messages is better for them too but that's not my call :)
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