[PATCH] D55673: [darwin] parse the SDK settings from SDKSettings.json if it exists and pass in the -target-sdk-version to the compiler and backend
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 14 15:42:36 PST 2018
arphaman updated this revision to Diff 178307.
arphaman added a comment.
Updated to infer deployment target version from SDK versions specified in the JSON file and to allow inferring the SDK version from the SDK path.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55673/new/
https://reviews.llvm.org/D55673
Files:
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Basic/TargetInfo.h
include/clang/Basic/TargetOptions.h
include/clang/Driver/CC1Options.td
include/clang/Driver/DarwinSDKInfo.h
lib/CodeGen/ModuleBuilder.cpp
lib/Driver/CMakeLists.txt
lib/Driver/DarwinSDKInfo.cpp
lib/Driver/ToolChains/Darwin.cpp
lib/Driver/ToolChains/Darwin.h
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/darwin-sdk-version.c
test/Driver/Inputs/MacOSX10.14.sdk/SDKSettings.json
test/Driver/darwin-sdk-version.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55673.178307.patch
Type: text/x-patch
Size: 18215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181214/b36f12ec/attachment.bin>
More information about the cfe-commits
mailing list