[clang] [Clang][Darwin] Centralize framework search paths for headers & libraries. (PR #118543)
Steven Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 3 13:51:46 PST 2024
================
@@ -339,13 +340,11 @@ void InitHeaderSearch::AddDefaultIncludePaths(
if (triple.isOSDarwin()) {
----------------
cachemeifyoucan wrote:
Do you think we can just clean up this code block by moving all logics to driver?
https://github.com/llvm/llvm-project/pull/118543
More information about the cfe-commits
mailing list