[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 14:33:04 PDT 2018
steven_wu added a comment.
Unfortunately, I wasn't able to write a test for this because the host triple in the configuration can either be x86_64-apple-darwin* or x86_64-apple-macosx*, but the one used passed by driver is always macosx one. I can't reliably compare those two.
Repository:
rC Clang
https://reviews.llvm.org/D48849
More information about the cfe-commits
mailing list