Displaying 2 results from an estimated 2 matches for "kellabyte".
2013 Dec 03
0
[LLVMdev] LLVM toolchain for Visual Studio
Looks like the PlatformToolsets are cached in the .suo file. If you move
it out of the way or delete it, VS will re-scan for toolsets. I'm not sure
what other user state is stored there, though. That's annoying. =/
On Tue, Dec 3, 2013 at 6:37 AM, Kelly Sommers <kell.sommers at gmail.com>wrote:
> Thanks for the reply Reid! I took a look at that script and found that the
>
2013 Dec 03
2
[LLVMdev] LLVM toolchain for Visual Studio
Thanks for the reply Reid! I took a look at that script and found that the
files were properly copied so I poked around some more.
I found that if I started a new win32 console application, LLVM shows up in
the toolchain drop down! But if I open another project file from an
existing project to see if it compiles in LLVM the dropdown options are
missing!
Do you know what might be deciding when