[PATCH] D98191: [flang][driver] Add support for `-fdebug-dump-symbols-sources`
Kiran Chandramohan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 16 14:32:39 PDT 2021
kiranchandramohan added a comment.
In D98191#2611694 <https://reviews.llvm.org/D98191#2611694>, @tskeith wrote:
> `-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.
A drive-through comment.
Do we plan to use a compiler option to integrate with IDEs? I was thinking the integration will be through another interface and not through the compiler driver and that the fget-symbols-sources is a temporary option to test the functionality. clangd which supports IDEs is a separate tool.
https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clangd
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