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

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 13:26:53 PDT 2020


clementval added a comment.

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?


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