[clang] [clang][Darwin] Remove legacy framework search path logic in the frontend (PR #138234)

Ian Anderson via cfe-commits cfe-commits at lists.llvm.org
Fri May 2 10:57:14 PDT 2025


================
@@ -1396,6 +1405,17 @@ void ToolChain::addExternCSystemIncludeIfExists(const ArgList &DriverArgs,
     addExternCSystemInclude(DriverArgs, CC1Args, Path);
 }
 
+/// Utility function to add a list of system framework directories to CC1.
+/*static*/ void
----------------
ian-twilightcoder wrote:

Same here from `addSystemIncludes`.

https://github.com/llvm/llvm-project/pull/138234


More information about the cfe-commits mailing list