[PATCH] D114885: Use VersionTuple for parsing versions in Triple, fixing issues that caused the original change to be reverted. This makes it possible to distinguish between "16" and "16.0" after parsing, which previously was not possible.
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 6 09:58:41 PST 2021
thakis added a comment.
Either this or D115139 <https://reviews.llvm.org/D115139> broke check-llvm on arm macs: http://45.33.8.238/macm1/23120/step_11.txt
getMacOSHostVersion sounds kind of triple-related, so I'm guessing it's this one.
Please take a look, and revert for now if it takes a while to fix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114885/new/
https://reviews.llvm.org/D114885
More information about the llvm-commits
mailing list