[all-commits] [llvm/llvm-project] b6772e: [lld-macho] Don't rewrite -rpath arguments in resp...
Jez Ng via All-commits
all-commits at lists.llvm.org
Thu Dec 15 20:53:02 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6772e6e2045ab491b41d3767f788250800f97ea
https://github.com/llvm/llvm-project/commit/b6772e6e2045ab491b41d3767f788250800f97ea
Author: Jez Ng <jezng at fb.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M lld/MachO/DriverUtils.cpp
M lld/test/MachO/reproduce.s
Log Message:
-----------
[lld-macho] Don't rewrite -rpath arguments in response file
We only want to rewrite paths to files that the linker looks up. Files
under RPATH are looked up at runtime by dyld.
Reviewed By: #lld-macho, keith
Differential Revision: https://reviews.llvm.org/D140167
More information about the All-commits
mailing list