[PATCH] D79342: [flang] Fix cmake circular dependency error

Stephen Neuendorffer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 14:00:18 PDT 2020


stephenneuendorffer added a comment.

In D79342#2018651 <https://reviews.llvm.org/D79342#2018651>, @clementval wrote:

> In D79342#2018544 <https://reviews.llvm.org/D79342#2018544>, @stephenneuendorffer wrote:
>
> > Sorry, I didn't realize that this would more aggressively expose the cyclic library dependencies here.   I'm glad they look easy to fix.   
> >  As an aside, I think another recent change will also break flang.  I'll see if I can get a quick fix.
>
>
> On my side this is not fixed. I need this dependency at link time. Is there a way to add it differently to not trigger the cmake error?


I'm looking at restricting it to PUBLIC libraries, which would give you the previous behavior for this code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79342





More information about the llvm-commits mailing list