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

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 28 11:20:23 PST 2022


PeteSteinfeld accepted this revision.
PeteSteinfeld added a comment.

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?

Also, I noticed that in the out-of-tree build check-flang does not run the test Lower/basic-program.f90.


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