[clang] [llvm] [Clang][Darwin] Introduce `SubFrameworks` as a SDK default location (PR #115048)
    Cyndy Ishida via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Nov  8 09:13:41 PST 2024
    
    
  
================
@@ -347,6 +347,7 @@ void InitHeaderSearch::AddDefaultIncludePaths(
       } else {
         AddPath("/System/Library/Frameworks", System, true);
         AddPath("/Library/Frameworks", System, true);
+        AddPath("/System/Library/SubFrameworks", System, true);
----------------
cyndyishida wrote:
Why do you think?
https://github.com/llvm/llvm-project/pull/115048
    
    
More information about the llvm-commits
mailing list