Restore the --dump-symbols option in the bbc
tool.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
I notice that other dump options have names that include "debug", for example, "-fdebug-dump-pre-fir". I have no strong preference which way to go, other than we should be consistent. You might want to talk to Jean before submitting these changes.
flang/test/Semantics/typeinfo01.f90 | ||
---|---|---|
2 | Did you mean to include this line? It seems to be causing check-flang to fail. |
In bbc options do not have the debug since it's a dev tool. dump-symbol was actually present in fir-dev with the same name. I do not have strong opinion here for the name.
flang/test/Semantics/typeinfo01.f90 | ||
---|---|---|
2 | Yes but it had a mistake. Should be fixed now. |
flang/test/Semantics/typeinfo01.f90 | ||
---|---|---|
2 | I don't see any changes from the previous version. Did you leave out a step? |
flang/test/Semantics/typeinfo01.f90 | ||
---|---|---|
2 | The change was %bbc -> bbc. There was still an error and it should pass now. |
Did you mean to include this line?
It seems to be causing check-flang to fail.