[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:56 PDT 2020


DavidTruby added a comment.

There _is_ a real cyclic dependency in code between these two libraries that I have been meaning to look in to but haven't had the time. It has to do with the instantiation of templates I believe, but I don't have more information than that as I haven't dug deeply into it yet.
The cyclic dependency doesn't matter to gold, lld or ld64 (the osx linker), but it does matter to bfd which is the default on most Linux systems.


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