[PATCH] D118436: [flang] Initial lowering for empty program

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 28 12:00:38 PST 2022


clementval added a comment.

In D118436#3280354 <https://reviews.llvm.org/D118436#3280354>, @PeteSteinfeld wrote:

> I've built and tested both in-tree and out-of-tree builds, and all builds and tests without error.
>
> After building, I tried running flang-new on a minimal program, and I got the following message:
>
>   error: code-generation is not available yet
>
> @awarzynski , do we need to do something to enable running flang-new to create an executable now?

The `flang-new` driver will need some parts to be upstream as well in order to be able to lower code. This is not part of this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118436



More information about the llvm-commits mailing list