[PATCH] D40998: [driver][darwin] Take the OS version specified in "-target" as the target OS instead of inferring it from SDK / environment

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 7 18:58:04 PST 2017


arphaman created this revision.
Herald added a subscriber: javed.absar.

The OS version is specified in `-target` should be used instead of the one in an environment variable / SDK name.

rdar://35813850


Repository:
  rC Clang

https://reviews.llvm.org/D40998

Files:
  lib/Driver/ToolChains/Darwin.cpp
  test/Driver/appletvos-version-min.c
  test/Driver/darwin-multiarch-arm.c
  test/Driver/darwin-stdlib.cpp
  test/Driver/darwin-version.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40998.126090.patch
Type: text/x-patch
Size: 24380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171208/32258947/attachment-0001.bin>


More information about the cfe-commits mailing list