[all-commits] [llvm/llvm-project] 71ddc0: [cmake] Update creation of object library dependen...

stephenneuendorffer via All-commits all-commits at lists.llvm.org
Wed May 13 14:18:54 PDT 2020


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

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

  Log Message:
  -----------
  [cmake] Update creation of object library dependencies for LINK_LIBS PUBLIC (v2)

REGEX matching doesn't work here because the problematic library can
sometimes be "-lpthread" and sometimes "pthread".  Let's do the
simplest thing possible and just string compare.

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




More information about the All-commits mailing list