premake-core icon indicating copy to clipboard operation
premake-core copied to clipboard

Support LLVMInstallDir and LLVMToolsVersion MSVC options

Open checkraisefold opened this issue 2 years ago • 4 comments

What problem will this solve? Adds support for custom LLVM installation compiler options. This is helpful when using a version of LLVM that doesn't come with Visual Studio.

What might be a solution? Something like:

llvmdir "C:\\a\\b\\c"
llvmversion "15.0.0"

What other alternatives have you already considered? If this is not a significant enough option to be included, adding a patch locally.

Anything else we should know? https://docs.microsoft.com/en-us/cpp/build/clang-support-msbuild?view=msvc-170

checkraisefold avatar Apr 21 '22 22:04 checkraisefold

This should be a pretty easy first issue. If someone wants to tackle it, I'd be more than happy to review it. If not, I'll toss it on my todo backlog.

nickclark2016 avatar May 11 '22 06:05 nickclark2016

Any updates on this?

GloriousPtr avatar Nov 25 '22 20:11 GloriousPtr

I would be interested as well.

NvSchobi avatar Dec 15 '23 06:12 NvSchobi

Finally got to it, but I have a PR out to support this.

nickclark2016 avatar Dec 15 '23 13:12 nickclark2016