User Details
- User Since
- Dec 19 2019, 3:28 PM (170 w, 16 h)
Apr 28 2021
Apr 23 2021
Apr 22 2021
Apr 15 2021
Apr 14 2021
Apr 12 2021
Apr 9 2021
Apr 7 2021
Apr 2 2021
Mar 29 2021
Mar 26 2021
Mar 25 2021
Mar 24 2021
Fix assignment to label.
Mar 23 2021
Remove misleading DefaultCharacter typedef.
Remove debugging code
Mar 18 2021
Mar 16 2021
Would this option be used to extract debug/code-navigation info?
Yes, it's something related to mapping between symbols and source locations.
Mar 15 2021
Mar 12 2021
Mar 11 2021
Mar 10 2021
Mar 9 2021
LGTM
In general, I don't think it's necessary to have tests specifically for the old driver. Testing the functionality they have in common is good enough. The two I pointed out are pretty trivial anyway.
Mar 8 2021
-fget-symbols-sources is not a debug option, it's intended for integrating with IDEs like vscode. So I think the original name is better. Unlike the "dump" options it actually is an action and not something that is intended to produce debug output on the way to doing something else.
This is more a comment for D97207, but it's related to -module-dir: We probably don't need flang/test/Driver/write-module.f90 any more if it's tested in flang/test/Flang-Driver. In fact, I think we should get rid of all of the tests in flang/test/Driver and rename flang/test/Flang-Driver to flang/test/Driver.
Mar 7 2021
In general, we've been using ALL_CAPS for template parameters and CamelCase for type names.
Mar 6 2021
Mar 5 2021
LGTM
Mar 3 2021
Feb 24 2021
Looks good to me.
Feb 23 2021
Feb 22 2021
It looks like there are other tests in Flang-Driver that can be run on f18 as well. That doesn't have to happen in this change if you prefer not to.
make sure that f18 is tested when FLANG_BUILD_NEW_DRIVER is set to Off
Bring new driver test in sync with f18 driver test.
Feb 21 2021
Remove f18 test from test/Flang-Driver/write-module.f90.
Clean up the rest of that test.
Feb 20 2021
Please make sure the test works with f18 also.
Feb 19 2021
Feb 18 2021
Feb 17 2021
Feb 16 2021
LGTM