forked from OSchip/llvm-project
Revert "Add /System/Library/PrivateFrameworks as a header search path."
This reverts commit f7a95215a435aa8d5f64f43a8bb23ba077270755. llvm-svn: 314697
This commit is contained in:
parent
ce86ab3ed7
commit
acdf91817e
|
@ -484,7 +484,6 @@ void InitHeaderSearch::AddDefaultIncludePaths(const LangOptions &Lang,
|
|||
if (triple.isOSDarwin()) {
|
||||
AddPath("/System/Library/Frameworks", System, true);
|
||||
AddPath("/Library/Frameworks", System, true);
|
||||
AddPath("/System/Library/PrivateFrameworks", System, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue