[clang] [llvm] [Clang][Darwin] Introduce `SubFrameworks` as a SDK default location (PR #115048)

Jake Petroules via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 14 19:38:00 PST 2024


================
@@ -346,6 +346,7 @@ void InitHeaderSearch::AddDefaultIncludePaths(
         AddPath("/System/DriverKit/System/Library/Frameworks", System, true);
----------------
jakepetroules wrote:

Should we include SubFrameworks for DriverKit too, for consistency? Also, why's there an explicit /System/DriverKit here, didn't we generalize support for the system prefix?

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


More information about the cfe-commits mailing list