<div dir="ltr"><div><div><div>Hi all,<br><br></div>I noticed after upgrading to llvm-3.2 on my opensuse build service magic machine that cmake is looking libLLVMAnalysis.a to check if llvm is installed which now comes in llvm-static on Fedora 18.<br>
<br>Simple (but incorrect) fix is to just add llvm-static as a build dep and call it a day, easy-peasy.<br><br></div>A better fix would be to check for a dynamic lib (libLLVM) and if that&#39;s not found and LLVM_STATIC isn&#39;t set to error out.<br>
<br></div>Dan<br></div>