[all-commits] [llvm/llvm-project] 46a913: [lld-macho] Find objects in library search path (#...
OldWorldOrdr via All-commits
all-commits at lists.llvm.org
Sat Jan 20 13:54:07 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46a9135d61f729da90b88d3d34a3905c91d194d7
https://github.com/llvm/llvm-project/commit/46a9135d61f729da90b88d3d34a3905c91d194d7
Author: OldWorldOrdr <joey.t.reinhart at gmail.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M lld/MachO/Driver.cpp
A lld/test/MachO/link-csu-object.s
Log Message:
-----------
[lld-macho] Find objects in library search path (#78628)
Find object files in library search path just like Apple's linker, this
makes building with some older MacOS SDKs easier since clang runs with
`-lcrt1.10.6.o`
More information about the All-commits
mailing list