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

via cfe-commits cfe-commits at lists.llvm.org
Fri May 2 00:13:57 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
----------------
cor3ntin wrote:

```suggestion
void
```

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


More information about the cfe-commits mailing list