When generating output for -fdebug-dump-symbols, make sure that
BuildRuntimeDerivedTypeTables is also run. This change is needed in
order to make the implementation of -fdebug-dump-symbols in
flang-new consistent with f18. It also allows us to port more tests
to use the new driver whenever it is enabled.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Remove D100648 as a dependency
D100648 was abandoned due to https://bugs.llvm.org/show_bug.cgi?id=50040. The latest revision of this patch takes 50040 into account. The behaviour implemented here matches that from f18.
flang/lib/Frontend/FrontendActions.cpp | ||
---|---|---|
285 | In LLVM/Clang - yes, in MLIR/Flang -no :) It's basically lowerCase everywhere in Flang. That's not really explicitly mentioned in the coding style, but that's the style used in this file and in other parts of Flang. |
flang/lib/Frontend/FrontendActions.cpp | ||
---|---|---|
285 | Oh okay, my bad. Thanks for explaining :) |
Shouldn't the local variables be named in PascalCase?