[all-commits] [llvm/llvm-project] f6e4b9: [RISCV] Fix shared libs build

Nemanja Ivanovic via All-commits all-commits at lists.llvm.org
Tue Feb 9 04:14:57 PST 2021


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

  Changed paths:
    M llvm/lib/Target/RISCV/Disassembler/CMakeLists.txt

  Log Message:
  -----------
  [RISCV] Fix shared libs build

Commit a2d19bad07454ae7936d8f2b8482e24d57954fc4 introduced a
dependency in the RISCV disassembler on two additional libraries
(MC, RISCVDesc) which wasn't added to the CMakeLists.txt. This
causes shared library builds to break. This patch just adds them
to fix failures seen on some bots, such as the PPC64LE Multistage.




More information about the All-commits mailing list