Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit f7a9521

Browse files
committed
Add /System/Library/PrivateFrameworks as a header search path.
Addresses rdar://problem/34438708. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@313317 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 763bd91 commit f7a9521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Frontend/InitHeaderSearch.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ void InitHeaderSearch::AddDefaultIncludePaths(const LangOptions &Lang,
484484
if (triple.isOSDarwin()) {
485485
AddPath("/System/Library/Frameworks", System, true);
486486
AddPath("/Library/Frameworks", System, true);
487+
AddPath("/System/Library/PrivateFrameworks", System, true);
487488
}
488489
}
489490
}

0 commit comments

Comments
 (0)