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
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.
This comment was removed by AMDChirag.
This comment was removed by AMDChirag.
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 :) |