This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Don't rewrite -rpath arguments in response file
ClosedPublic

Authored by int3 on Dec 15 2022, 1:56 PM.

Details

Reviewers
keith
Group Reviewers
Restricted Project
Commits
rGb6772e6e2045: [lld-macho] Don't rewrite -rpath arguments in response file
Summary

We only want to rewrite paths to files that the linker looks up. Files
under RPATH are looked up at runtime by dyld.

Diff Detail

Event Timeline

int3 created this revision.Dec 15 2022, 1:56 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 15 2022, 1:56 PM
int3 requested review of this revision.Dec 15 2022, 1:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 15 2022, 1:56 PM
keith accepted this revision.Dec 15 2022, 2:04 PM
This revision is now accepted and ready to land.Dec 15 2022, 2:04 PM
This revision was automatically updated to reflect the committed changes.