[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
Thu Dec 13 14:49:05 PST 2018
arphaman marked an inline comment as done.
arphaman added inline comments.
================
Comment at: include/clang/Driver/DarwinSDKInfo.h:1
+//===--- DarwinSDKInfo.h - SDK Information parser for darwin ----*- C++ -*-===//
+//
----------------
steven_wu wrote:
> Can this just be in Toolchains/Darwin.h?
No, we need to expose it to clients like Swift.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55673/new/
https://reviews.llvm.org/D55673
More information about the cfe-commits
mailing list