================
@@ -1382,26 +1382,61 @@ std::string Darwin::getCompilerRT(const ArgList &Args, 
StringRef Component,
   return std::string(FullPath);
 }
 
-StringRef Darwin::getPlatformFamily() const {
+static StringRef getPlatformFamily(Darwin::DarwinPlatformKind TargetPlatform) {
----------------
ian-twilightcoder wrote:

This is a weird name. It's actually trying to get a prefix to match the SDK 
directory name on disk. It's only used if there isn't an SDKSettings.json file, 
so for old SDKs. It shouldn't need to be changed after this.

https://github.com/llvm/llvm-project/pull/176541
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to