You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# GSoC 2022 Final Report: Improvements to the Mach-O LLD linker
2
3
During the summer of 2022, I took part in [Google Summer of Code](https://summerofcode.withgoogle.com/), where I contributed to the [Mach-O port](https://lld.llvm.org/MachO/index.html) of the LLD linker (`ld64.lld`) on behalf of the Chromium project.
4
5
Mach-O is the executable format used by Apple's operating systems, and the Chromium browser is built using LLVM and its open-source LLD linker for all platforms. The goal with my contributions was to benefit both the Chromium project and its developers, and the developer community at large.