Fixes https://reviews.llvm.org/D59371, which broke the build for shared libraries.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 30013 Build 30012: arc lint + arc unit
Event Timeline
Comment Actions
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.
Comment Actions
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!