[llvm-dev] Visual Studio 2008 plugin/integration

Rinaldini Julien via llvm-dev llvm-dev at lists.llvm.org
Fri Mar 18 12:50:05 PDT 2016


Hi,

I found a way to do it… It’s probably not the best way, but it works.

I simply replaced the “cl.exe" binary in the Visual Studio directory with "clang-cl.exe" (renamed “cl.exe").

Cheers,
Julien

> On 15 Mar 2016, at 11:03, Rinaldini Julien via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Hi,
> 
> I know there is a plugin for using llvm/clang from within Visual Studio 2013/2015, but is there a way to use it in Visual Studio 2008?
> I looked up and didn’t find a way to change the compiler used by Visual Studio 2008.
> 
> Maybe someone had the same problem and found a solution!
> 
> Cheers,
> Julien
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev



More information about the llvm-dev mailing list