<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Recently I have been getting a build failure while trying to link lli when performing a cmake based build. The failure is:<div><div>Undefined symbols:</div><div>  "_LLVMLinkInMCJIT", referenced from:</div><div>        (anonymous namespace)::ForceMCJITLinking::ForceMCJITLinking()in lli.cpp.o</div><div>        ld: symbol(s) not found</div><div>collect2: ld returned 1 exit status</div><div>make[2]: *** [bin/lli] Error 1 </div><div><br></div><div>I have fixed this with the attached patch. It anybody else getting this error? Should I commit the patch?</div><div><br></div><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Menlo; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><span class="Apple-style-span" style="font-family: Helvetica; ">--</span></div><div><div style="font-family: Helvetica; ">Wesley Peck</div><div style="font-family: Helvetica; ">University of Kansas</div><div style="font-family: Helvetica; ">SLDG Laboratory</div></div></span>
</div>

<br></div><div></div></body></html>