Hi,<div><br></div><div>I am working on a jit engine using multiple threads using llvm 3.0.  The multiple thread engine works fine on both linux and maci platforms, but failed when initializing ExecutionEngine from EngineBuilder.create() method when multiple threads are used on windows platform.  On win32, the failure happened at the pass registration, and on win64, at the getPermanentLibrary.  </div>

<div><br></div><div>Has anyone used multiple thread jit engine before and noticed such problems on windows?  If yes, are there any bug fix in llvm 3.2?</div><div><br></div><div>Thanks,</div><div>-Peng</div>