[clang] [llvm] [clang][driver][darwin] Base the system prefix on the SDK, not the target (PR #171970)

Ian Anderson via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 23 09:52:35 PST 2025


================
@@ -28,6 +32,38 @@ namespace clang {
 /// The information about the darwin SDK that was used during this compilation.
 class DarwinSDKInfo {
 public:
+  /// Information about the supported platforms in the SDK
+  struct SupportedPlatform {
----------------
ian-twilightcoder wrote:

Is `SupportedTarget` any better? I was going to call it that at first since that's the key it comes from but is it too confusing with "target triple"? 

https://github.com/llvm/llvm-project/pull/171970


More information about the cfe-commits mailing list