[all-commits] [llvm/llvm-project] 1d68a7: [clang-shlib] Don't link with static clang libraries

Tom Stellard via All-commits all-commits at lists.llvm.org
Fri Jul 10 14:29:00 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d68a780b34e1f18f865d0754fce6c6177dc5d21
      https://github.com/llvm/llvm-project/commit/1d68a780b34e1f18f865d0754fce6c6177dc5d21
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2020-07-10 (Fri, 10 Jul 2020)

  Changed paths:
    M clang/tools/clang-shlib/CMakeLists.txt

  Log Message:
  -----------
  [clang-shlib] Don't link with static clang libraries

Summary:
If we are building static libraries we don't need to link them into
clang-shlib, since clang-shlib already has all the individual object
files linked in.

Reviewers: smeenai

Reviewed By: smeenai

Subscribers: mgorny, cfe-commits, llvm-commits

Tags: #clang

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




More information about the All-commits mailing list