I want to use VS Code for building & debugging LLVM source code. Is there a good document which explains how to setup project in VS Code for LLVM ?
Thanks in advance.
I want to use VS Code for building & debugging LLVM source code. Is there a good document which explains how to setup project in VS Code for LLVM ?
Thanks in advance.
I found the below blog useful : https://developers.redhat.com/blog/2021/04/22/remote-llvm-development-with-visual-studio-code#
This talks about remote SSH setup, but all these things can be easily replicated with native vscode install.