[all-commits] [llvm/llvm-project] f38f23: [lld-macho] Add support for .so file discovery
Keith Smiley via All-commits
all-commits at lists.llvm.org
Tue May 23 13:52:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f38f23bc9ec3d16ea7fd4ccfbfcce01e1413c808
https://github.com/llvm/llvm-project/commit/f38f23bc9ec3d16ea7fd4ccfbfcce01e1413c808
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M lld/MachO/Driver.cpp
M lld/MachO/InputFiles.cpp
M lld/test/MachO/link-search-order.s
Log Message:
-----------
[lld-macho] Add support for .so file discovery
While not the recommended extension on macOS .so is supported by ld64.
This mirrors that behavior.
Related report: https://github.com/bazelbuild/bazel/issues/18464
Differential Revision: https://reviews.llvm.org/D151147
More information about the All-commits
mailing list