[all-commits] [llvm/llvm-project] ca2353: Teach llvm-jitlink to support archives in inputs f...
Ben Langmuir via All-commits
all-commits at lists.llvm.org
Fri Jan 14 16:28:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca2353ce5a778d2b2780f3f54244e1844363bba3
https://github.com/llvm/llvm-project/commit/ca2353ce5a778d2b2780f3f54244e1844363bba3
Author: Ben Langmuir <blangmuir at apple.com>
Date: 2022-01-14 (Fri, 14 Jan 2022)
Changed paths:
M llvm/test/ExecutionEngine/JITLink/X86/MachO_archive_load_hidden_expect_success.s
M llvm/test/ExecutionEngine/JITLink/X86/MachO_archive_support.s
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
Teach llvm-jitlink to support archives in inputs files and -load_hidden
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.
Differential Revision: https://reviews.llvm.org/D117360
More information about the All-commits
mailing list