[PATCH] D60213: Add clangTooling dependency to fix the build.

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 3 10:25:29 PDT 2019


ymandel added a comment.

In D60213#1453516 <https://reviews.llvm.org/D60213#1453516>, @ABataev wrote:

> Nope, it won't work. There is a cyclic dependency, unfortunately. clangTooling depends on clangToolingRefactor already. You need to revert your commit and refactor it to remove the cyclic dependency.


I see. I've never reverted before and I can't seem to find any instructions for doing so (only some offhand mentions). If there's a doc on this, can you please link me to it?

Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60213/new/

https://reviews.llvm.org/D60213





More information about the cfe-commits mailing list