<div dir="ltr"><div><div><div>Hello,<br></div>I downloaded the LLVM 10 release for windows and noticed, that the LLVM-C.dll for x86 has a size of 9kb, which seems strangely small.<br><br></div>Both, the dll for x86 and x64, have no export directory. It is not possible to link them statically to Delphi code or call GetProcAddress on them.<br><br></div>I do remember that this worked initially when <a href="https://reviews.llvm.org/D56774">https://reviews.llvm.org/D56774</a> was done when compiling the dll using cmake+vs on windows.<br></div>