[PATCH] D62201: [LibTooling] Adjust dependencies for unittests.

2019-05-21 Thread Nico Weber via Phabricator via cfe-commits
thakis accepted this revision. thakis added a comment. This revision is now accepted and ready to land. Thanks! Maybe say "address post-commit feedback for r" in the description. (But as-is is fine too.) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm

[PATCH] D62201: [LibTooling] Adjust dependencies for unittests.

2019-05-21 Thread Yitzhak Mandelbaum via Phabricator via cfe-commits
ymandel created this revision. ymandel added a reviewer: thakis. Herald added a subscriber: mgorny. Herald added a project: clang. Fix a redundant dependency and move another to its proper place. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D62201 Files: clang/unittests/Too