[clang] [Clang][Darwin] Centralize framework search paths for headers & libraries. (PR #118543)
Louis Dionne via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 16 11:11:49 PST 2024
================
@@ -339,13 +340,11 @@ void InitHeaderSearch::AddDefaultIncludePaths(
if (triple.isOSDarwin()) {
----------------
ldionne wrote:
FWIW I agree with your assessment @cyndyishida. I just did the exercise of picking up #75841 and we basically need to pass `-iframework` from the driver to the frontend, but if we limit ourselves to existing functionality in the driver that ends up putting the framework search paths before other system headers. I think that should be attempted as a separate patch that tries reviving #75841.
https://github.com/llvm/llvm-project/pull/118543
More information about the cfe-commits
mailing list