Saleem Abdulrasool

Results 316 comments of Saleem Abdulrasool
trafficstars

You should be able to get that from the Visual Studio installer. Just select the additional SDK.

There is no explicit control for that, it just uses the newest version.

@gregcotten - oh, interesting! I guess that they broke the ABI between 10 and 11? I wonder if we can protect against this somehow. I don't know for a fact...

> I am hesitant to call this "fixed" only because I have absolutely no clue what happens if I target this newer SDK. Why wouldn't it just be installed by...

I think that the existing examples should give you a pretty starting point. I think that the one big difference you will find is that `CMAKE_OSX_ARCHITECTURES` may not (at least...

#16 bumps this further to 10.0 to avoid the deprecation warning for `set-output` and the node.js version

@seanmiddleditch I've recreated the PR (was originally #16) to rename the branch; I'm unsure if this project is now considered abandoned, but I've renamed the branch to allow others to...

Ah, Thanks @seanmiddleditch! Sorry, I assumed that it was abandoned and starting making more changes. I can certainly split out most of them and send them back here if you...

```lib\ExecutionEngine\JITLink\COFFOptions.inc(43): error C2365: 'llvm::jitlink::COFF_OPT_': redefinition; previous definition was 'enumerator' lib\ExecutionEngine\JITLink\COFFOptions.inc(42): note: see declaration of 'llvm::jitlink::COFF_OPT_' ``` not sure if this is related to the change

CC: @bulbazord @JDevlieghere @kastiglione