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

David Truby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 13:26:58 PDT 2020


DavidTruby added a comment.

As an aside: the CMake error exists because cyclic dependencies aren't allowed in shared libraries; they aren't allowed because it doesn't really makes sense with how dynamic loading works. The only way to fix this properly (I believe) is to fix the cyclic dependency in the 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