[PATCH] D34529: [Driver] Check that the iOS deployment target is iOS 10 or earlier if the target is 32-bit
Bob Wilson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 30 13:09:55 PDT 2017
bob.wilson added inline comments.
================
Comment at: lib/Driver/ToolChains/Darwin.cpp:1350
+ Minor = 99;
+ }
} else if (Platform == TvOS) {
----------------
What about Micro = 99?
https://reviews.llvm.org/D34529
More information about the cfe-commits
mailing list