[PATCH] D48849: [Driver][Darwin] Use Host Triple to infer target os version
Steven Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 2 15:59:16 PDT 2018
steven_wu added a comment.
In https://reviews.llvm.org/D48849#1150246, @arphaman wrote:
> Hmm, the driver should not call `inferDeploymentTargetFromArch` when `-target` is passed. Or am I missing something?
Good call. This only handles the *-apple-darwin case. Maybe the same should happen to *-apple-macosx.
Repository:
rC Clang
https://reviews.llvm.org/D48849
More information about the cfe-commits
mailing list