[PATCH] D120051: [flang][driver] Make `flang-new` always generate run-time type info
Jean Perier via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 18 03:05:11 PST 2022
jeanPerier added inline comments.
================
Comment at: flang/lib/Frontend/FrontendAction.cpp:203
+ return false;
+ }
+
----------------
Mmh. I gave some bad advice... It looks like the builds are failing because this error is reported when compiling the builtin modules before `__fortran_type_info.f90` was compiled to create the module (this includes the bootstrapping case of `__fortran_type_info.f90`). I am not sure how solide it would be to determine if this is a builtin module compilation and that this message should not be emitted.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120051/new/
https://reviews.llvm.org/D120051
More information about the llvm-commits
mailing list