[PATCH] D120051: [flang][driver] Make `flang-new` always generate run-time type info
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 22 07:32:08 PST 2022
awarzynski updated this revision to Diff 410534.
awarzynski added a comment.
Move back the `if (!ci.getRtTyTables().schemata)` checks. As discussed inline, this condition is false when compiling `__fortran_builtins.f90` and there's no mechanism (yet) to apply this selectively.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120051/new/
https://reviews.llvm.org/D120051
Files:
flang/include/flang/Frontend/CompilerInstance.h
flang/include/flang/Frontend/FrontendAction.h
flang/include/flang/Frontend/FrontendActions.h
flang/lib/Frontend/FrontendAction.cpp
flang/lib/Frontend/FrontendActions.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120051.410534.patch
Type: text/x-patch
Size: 6828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220222/ca41fd3d/attachment.bin>
More information about the llvm-commits
mailing list