================ @@ -62,6 +63,28 @@ DarwinSDKInfo::RelatedTargetVersionMapping::parseJSON( Min, Max, MinValue, MaximumDeploymentTarget, std::move(Mapping)); } +static llvm::Triple::OSType parseOS(const llvm::json::Object &Obj) { + // The CanonicalName is the Xcode platform, a version, and an optional suffix, + // e.g. macosx16.0. ---------------- vsapsai wrote:
The example doesn't have a suffix, as far as I can tell. Up to you if you want to make it more representative. https://github.com/llvm/llvm-project/pull/134005 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits