================ @@ -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); ---------------- ributzka wrote:
The preference should be still SDK content, before we fall-back to `/Library/Frameworks`. There is also the concern that lookups will miss now in `/Library/Frameworks` first, before they hit in `/System/Library/SubFrameworks`. https://github.com/llvm/llvm-project/pull/115048 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits