[all-commits] [llvm/llvm-project] a29f60: [cmake] restrict object library dependency generat...

stephenneuendorffer via All-commits all-commits at lists.llvm.org
Mon May 4 14:13:17 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a29f603ef0db057a47002b30d080adaf76618ce7
      https://github.com/llvm/llvm-project/commit/a29f603ef0db057a47002b30d080adaf76618ce7
  Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
  Date:   2020-05-04 (Mon, 04 May 2020)

  Changed paths:
    M llvm/cmake/modules/AddLLVM.cmake

  Log Message:
  -----------
  [cmake] restrict object library dependency generation to PUBLIC libraries

Previous patch broken flang, which has some yet-to-be resolved cyclic
dependencies.   This patch fixes the breakage by restricting the dependencies
which are generated to public libraries, which is probably more sensible anyway.

Differential Revision: https://reviews.llvm.org/D79366




More information about the All-commits mailing list