[all-commits] [llvm/llvm-project] 0c8fa6: [llvm][build] Fix shared lib builds. [NFC]

Francesco Petrogalli via All-commits all-commits at lists.llvm.org
Thu Feb 20 11:43:14 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c8fa6db90ae856b844d7d2925672cbaef3e0668
      https://github.com/llvm/llvm-project/commit/0c8fa6db90ae856b844d7d2925672cbaef3e0668
  Author: Francesco Petrogalli <francesco.petrogalli at arm.com>
  Date:   2020-02-20 (Thu, 20 Feb 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/MCTargetDesc/LLVMBuild.txt
    M llvm/lib/Target/ARM/MCTargetDesc/LLVMBuild.txt
    M llvm/lib/Target/PowerPC/MCTargetDesc/LLVMBuild.txt

  Log Message:
  -----------
  [llvm][build] Fix shared lib builds. [NFC]

The code at https://reviews.llvm.org/D74808 has broken builds that are
configured with -DBUILD_SHARED_LIBS=On.

This patch adds the correct library dependencies.




More information about the All-commits mailing list