This is an archive of the discontinued LLVM Phabricator instance.

Teach llvm-jitlink to support archives in inputs files and -load_hidden
ClosedPublic

Authored by benlangmuir on Jan 14 2022, 1:59 PM.

Details

Summary

Similar to the ld64 command-line options. These use the same underlying mechanisms as -l and -hidden-l, but allow specifying an absolute path to the archive. This is often more convenient for a one-off, or when adding a new search path could change how existing -l options are resolved.

Diff Detail

Event Timeline

benlangmuir requested review of this revision.Jan 14 2022, 1:59 PM
benlangmuir created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 14 2022, 1:59 PM
lhames accepted this revision.Jan 14 2022, 4:26 PM

LGTM. Thanks Ben!

This revision is now accepted and ready to land.Jan 14 2022, 4:26 PM
This revision was landed with ongoing or failed builds.Jan 14 2022, 4:28 PM
This revision was automatically updated to reflect the committed changes.