[all-commits] [llvm/llvm-project] e07307: [lld] resolve dylib paths before caching (#137649)
Richard Howell via All-commits
all-commits at lists.llvm.org
Tue Apr 29 11:21:25 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e07307b53457095746aa037750a4ac2f9491d71c
https://github.com/llvm/llvm-project/commit/e07307b53457095746aa037750a4ac2f9491d71c
Author: Richard Howell <rmaz at users.noreply.github.com>
Date: 2025-04-29 (Tue, 29 Apr 2025)
Changed paths:
M lld/MachO/DriverUtils.cpp
Log Message:
-----------
[lld] resolve dylib paths before caching (#137649)
When loading frameworks it is possible to have load commands for the
same framework through symlinks and the real path. To avoid loading
these multiple times find the real path before checking the dylib cache.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list