[all-commits] [llvm/llvm-project] 499f1e: [flang][driver] Fine-tune `-fdebug-dump-symbols`
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Mon Apr 26 02:21:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 499f1ed5485383e8e7bf3aacbc6d34560d0668df
https://github.com/llvm/llvm-project/commit/499f1ed5485383e8e7bf3aacbc6d34560d0668df
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M flang/lib/Frontend/FrontendActions.cpp
M flang/test/Semantics/typeinfo01.f90
Log Message:
-----------
[flang][driver] Fine-tune `-fdebug-dump-symbols`
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.
Differential Revision: https://reviews.llvm.org/D100649
More information about the All-commits
mailing list