[PATCH] D106137: [flang][driver] Add support for Frontend Plugins

Andrzej Warzynski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 12 08:54:59 PDT 2021


awarzynski added a comment.

In D106137#2941616 <https://reviews.llvm.org/D106137#2941616>, @DavidSpickett wrote:

> This has broken cmake config on the out of tree flang bot:
> https://lab.llvm.org/buildbot/#/builders/175/builds/2026
>
> (with perhaps the least helpful cmake error I've ever seen)
>
> Not personally familiar with what "out of tree" means for flang but you should be able to pull the steps from the buildbot UI. (perhaps your change assumes it's "in tree")

Thank you David, I've been able to reproduce this locally. I hope to submit a workaround shortly. This is failing because out-of-tree SHLIBDIR <https://github.com/llvm/llvm-project/blob/main/flang/test/CMakeLists.txt#L18> is not defined.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106137



More information about the cfe-commits mailing list