[PATCH] D125788: [flang][driver] Rename `flang-new` as `flang`
Shraiysh via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 18 12:15:41 PDT 2022
shraiysh added a comment.
> clarify that execution is still restricted to developers via a flag.
Just confirming what this means: After this patch, would `flang sample.f90` generate an executable? If not, how to generate an executable using `flang-new`? If yes, does this mean that if I just replace classic-flang with new llvm `flang` (along with library and include paths), I should be able to find and report bugs (expected) or run the application (best case)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125788/new/
https://reviews.llvm.org/D125788
More information about the cfe-commits
mailing list