[clang] [Clang][Darwin] Centralize framework search paths for headers & libraries. (PR #118543)
Cyndy Ishida via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 3 17:20:55 PST 2024
================
@@ -339,13 +340,11 @@ void InitHeaderSearch::AddDefaultIncludePaths(
if (triple.isOSDarwin()) {
----------------
cyndyishida wrote:
Looks like that was previously attempted by @ldionne in https://github.com/llvm/llvm-project/pull/75841
The problem was appending `/Library/Frameworks` to the sysroot. I'll try rebasing that.
https://github.com/llvm/llvm-project/pull/118543
More information about the cfe-commits
mailing list