<div dir="ltr">Hell, I'd be happy with them as just as libs. But I think you've confirmed that if I build LLVM with Visual Studio, I'll get those libs. I'll give it a go. Thanks.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 22, 2017 at 12:37 PM, Jakob Bornecrantz <span dir="ltr"><<a href="mailto:wallbraker@gmail.com" target="_blank">wallbraker@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tue, Feb 21, 2017 at 10:36 PM, John Cortell via llvm-dev<br>
<<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br>
> I was looking to write a cross platform utility that worked with ELF/DWARF<br>
> files. I need the utility to run on OS X, Linux and Windows. I figured I<br>
> could use clang/llvm to build this tool.<br>
><br>
> I've made good progress on OS X. Before I got too far, though. I decided to<br>
> verify that I can build the code on Windows. I downloaded the 3.8.0 Windows<br>
> installer from the llvm downwloads page, ran the installer, but was<br>
> disappointed to see libraries like LLVMObject, LLVMBitReader, etc missing.<br>
><br>
> Do I need to build LLVM from scratch on Windows to get these libraries?<br>
<br>
</div></div>As far as I know they are not shipped with the LLVM installer for windows,<br>
there where some talk of including a LLVM.[lib|dll] but it doesn't seem to<br>
have gone very far.<br>
<br>
We are using this script to generate a LLVM.dll for our use case.<br>
<a href="https://github.com/VoltLang/GenLLVMDLLPy/blob/master/GenLLVMDLL.py" rel="noreferrer" target="_blank">https://github.com/VoltLang/<wbr>GenLLVMDLLPy/blob/master/<wbr>GenLLVMDLL.py</a><br>
<br>
It should be possible to use that in the official build.<br>
<br>
Cheers, Jakob.<br>
</blockquote></div><br></div>