[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:56 PDT 2025


================
@@ -1366,6 +1366,15 @@ ToolChain::CXXStdlibType ToolChain::GetCXXStdlibType(const ArgList &Args) const{
   return *cxxStdlibType;
 }
 
+/// Utility function to add a system framework directory to CC1 arguments.
+/*static*/ void
----------------
cor3ntin wrote:

```suggestion
void
```

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


More information about the cfe-commits mailing list