<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>Hi,</div><div><br></div><div>I am new to LLVM and was trying out various tool of LLVM. </div><div><br></div><div>I compiled my source file containing a implementation of matrix-matrix multiplication, using </div><div><br></div><div><b>llvm-g++ -emit-llvm  -O3 -c dgemm.cpp -o dgemm.bc</b></div><div><b><br></b></div><div>and tried running the source file on the llvm interpreter using </div><div><br></div><b>lli --force-interpreter=true dgemm.bc</b><div><b><br></b></div><div>I get the error <b>Could not resolve external global address: __dso_handle</b></div><div><b><br></b></div><div>followed by some dump.</div><div><b><br></b></div><div>Am I missing something? Do I need to include anything else while compiling the source?It runs fine when I try to JIT it and run i.e<b>. lli dgemm.bc</b></div><div><b><br></b></div><div><b>I couldn't find much help in the documentation regarding the same!</b></div><div><b><br></b></div><div>Thanks in advance</div><div><b><br></b></div><div><b><br></b></div><div>--Pushkar</div></body></html>