[lld] [lld] handle re-exports for full framework paths (PR #137989)

via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 30 10:12:52 PDT 2025


================
@@ -1566,6 +1566,25 @@ static DylibFile *loadDylib(StringRef path, DylibFile *umbrella) {
   return loadDylib(*mbref, umbrella);
 }
 
+static StringRef findFramework(StringRef path, StringRef frameworkName) {
----------------
alx32 wrote:

`getRelativeFrameworkPath` / `locateFrameworkComponent` / `extractFrameworkPath`

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


More information about the llvm-commits mailing list