My OS is Windows 10, and I don’t know where to install my LLVM.
should I install LLVM on :
- my Windows 10 System ?
- WSL(Windows Subsystem of Linux)?
- on the Ubuntu system of a virtual machine and run it on the VM ware?
which one do you recommand more?Thanks a lot 
It all depends on what kind of applications you want to build and what IDE/Editor you want to use.
If you want to build Windows applications, you want to install it in Windows and use VScode or Visual Studio to develop.
If you want to build Linux applications, you probably want to use WSL or virtualized Linux.
1 Like