[all-commits] [llvm/llvm-project] ec00c9: [ARM] Fix build break after 762f0b546328

Nemanja Ivanovic via All-commits all-commits at lists.llvm.org
Tue Feb 1 18:15:15 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec00c9cdeb5ee9fc7846cb3d2a4d53eba2c35a43
      https://github.com/llvm/llvm-project/commit/ec00c9cdeb5ee9fc7846cb3d2a4d53eba2c35a43
  Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
  Date:   2022-02-01 (Tue, 01 Feb 2022)

  Changed paths:
    M llvm/unittests/Target/ARM/CMakeLists.txt

  Log Message:
  -----------
  [ARM] Fix build break after 762f0b546328

The commit adds a unit test that uses the facilities of libLLVMCore
without adding it to link components. This causes failures with
the shared libraries builds.

This patch just adds the missing library to the link step.




More information about the All-commits mailing list