[lld][Mach-O] Fix build with Mach-O due to missing library
authorJoseph Huber <jhuber6@vols.utk.edu>
Fri, 13 Jan 2023 15:16:10 +0000 (09:16 -0600)
committerJoseph Huber <jhuber6@vols.utk.edu>
Fri, 13 Jan 2023 15:17:40 +0000 (09:17 -0600)
commit87bea593626a103ea4d63ab4a027ec956ccc2b56
treeeebf7cc789ad253fd3f173d3a2a0c209b81ea0b3
parent75d43d383450def4d2e373ddc9cdd829302b2bff
[lld][Mach-O] Fix build with Mach-O due to missing library

Summary:
The build was failing due to an undefined symbol. This is because this
function is defined in the `BitWriter` component but was not linked.
lld/MachO/CMakeLists.txt