[all-commits] [llvm/llvm-project] 52d353: [LLD/COFF] Fix link failure due to missing component.

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Mon Oct 2 15:36:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 52d35345b268a85844de6fbe63f616c5cd93e500
      https://github.com/llvm/llvm-project/commit/52d35345b268a85844de6fbe63f616c5cd93e500
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2023-10-03 (Tue, 03 Oct 2023)

  Changed paths:
    M lld/COFF/CMakeLists.txt

  Log Message:
  -----------
  [LLD/COFF] Fix link failure due to missing component.

This was broken by https://github.com/llvm/llvm-project/commit/3923e61b96cf90123762f0e0381504efaba2d77a

We should link BitWriter into LLD/COFF since now it uses
`WriteBitcodeToFile`.




More information about the All-commits mailing list