[all-commits] [llvm/llvm-project] 87bea5: [lld][Mach-O] Fix build with Mach-O due to missing...

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Jan 13 07:18:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 87bea593626a103ea4d63ab4a027ec956ccc2b56
      https://github.com/llvm/llvm-project/commit/87bea593626a103ea4d63ab4a027ec956ccc2b56
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
    M lld/MachO/CMakeLists.txt

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list