2

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.

Darshan Bhat
  • 245
  • 1
  • 11

1 Answers1

2

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.

Darshan Bhat
  • 245
  • 1
  • 11
  • Also, here's another useful post https://www.linaro.org/blog/how-to-set-up-vs-code-for-llvm-development/ – momvart Nov 08 '22 at 05:16