[PATCH] D86089: [flang][driver]Add experimental flang driver and frontend with help screen

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 12:20:53 PDT 2020


awarzynski commandeered this revision.
awarzynski added a reviewer: CarolineConcatto.
awarzynski added a comment.

@sameeranjoshi Thanks for testing out-of-tree builds. We were missing some minor changes in CMake. I have now uploaded these. Out-of-tree will require `-DCLANG_DIR` when configuring build while the new driver depends on Clang.

As for your original issue - I suspect that you forgot to update your in-tree directory. This patch needs to be applied both in-tree (in `llvm-project`) and out-of-tree (`flang`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86089



More information about the llvm-commits mailing list