[PATCH] D98191: [flang][driver] Add support for `-fdebug-dump-symbols-sources`

Tim Keith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 8 10:13:43 PST 2021


tskeith added a comment.

`-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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98191/new/

https://reviews.llvm.org/D98191



More information about the cfe-commits mailing list