[lld-macho] Find objects in library search path (#78628)
commit46a9135d61f729da90b88d3d34a3905c91d194d7
authorOldWorldOrdr <joey.t.reinhart@gmail.com>
Sat, 20 Jan 2024 21:53:55 +0000 (20 16:53 -0500)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2024 21:53:55 +0000 (20 13:53 -0800)
treedfc78914e7ec02e666212dd5e8884d4477d7285e
parent07b5829fcad6514ab1079027e1b4d3565f963ead
[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`
lld/MachO/Driver.cpp
lld/test/MachO/link-csu-object.s [new file with mode: 0644]