I am looking to use llvm on windows. I know there is a pre-compiled llvm windows distribution, but this does not seem to provide libllvm. The software that I am looking to use makes use of libllvm (it is unix based, but I would like to port it to windows). I really did not wish to spend my time compiling llvm (i.e. installing it's dependencies) from scratch. What options do I have ?
There are no dependencies. You just need cmake to generate a visual
studio project file.
Best regards,
--Edwin
Török Edwin wrote:
I don't suppose anyone has a turn-key solution as simple as "unzip to
C:\llvm and build the VS solution"?
Unfortunately, no. You actually will need to find a way to force
exporting all symbols out of .dll
iirc, Takumi knew some method...