[PATCH] D66910: [clangd] Fix ExtractFunction dependencies

2019-08-28 Thread Heejin Ahn via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL370273: [clangd] Fix ExtractFunction dependencies (authored by aheejin, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.ll

[PATCH] D66910: [clangd] Fix ExtractFunction dependencies

2019-08-28 Thread Heejin Ahn via Phabricator via cfe-commits
aheejin created this revision. aheejin added a reviewer: SureYeaah. Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, MaskRay, ilya-biryukov, mgorny. Herald added a project: clang. Without these dependencies, builds with `-DBUILD_SHARED_LIBS=ON` fail. Repository: rG LLVM Git