Navigation Menu

Skip to content

Commit

Permalink
[lld][Mach-O] Fix build with Mach-O due to missing library
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jhuber6 committed Jan 13, 2023
1 parent 75d43d3 commit 87bea59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lld/MachO/CMakeLists.txt
Expand Up @@ -38,6 +38,7 @@ add_lld_library(lldMachO
${LLVM_TARGETS_TO_BUILD}
BinaryFormat
BitReader
BitWriter
Core
DebugInfoDWARF
Demangle
Expand Down

0 comments on commit 87bea59

Please sign in to comment.