~pali/llvm/clang-tools-extra-trunk

Viewing all changes in revision 5252.

  • Committer: mgorny
  • Date: 2019-10-15 13:05:38 UTC
  • Revision ID: svn-v4:91177308-0d34-0410-b5e6-96231b3b80d8:clang-tools-extra/trunk:374885
[clang-tools-extra] Fix overzealous linking of dylib to clangTidy

Fix accidentally making clangTidy library link to dylib.  This causes
libclang.so to also link to dylib which results in duplicate symbols
from shared and static libraries, and effectively to registering
command-line options twice.

Thanks to Sylvestre Ledru for noticing this and tracking it down
to r373786.  Fixes PR#43589.

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

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: