[PATCH] D117360: Teach llvm-jitlink to support archives in inputs files and -load_hidden
Ben Langmuir via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 14 13:59:13 PST 2022
benlangmuir created this revision.
benlangmuir added a reviewer: lhames.
benlangmuir requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D117360
Files:
llvm/test/ExecutionEngine/JITLink/X86/MachO_archive_load_hidden_expect_success.s
llvm/test/ExecutionEngine/JITLink/X86/MachO_archive_support.s
llvm/tools/llvm-jitlink/llvm-jitlink.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117360.400141.patch
Type: text/x-patch
Size: 7274 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220114/466cc741/attachment.bin>
More information about the llvm-commits
mailing list