<div dir="ltr"><div>I am running lli interpreter for polybench kernels. When I run lli, it runs correctly, but when I used a command of<br>$ lliĀ  --debug -force-interpreter -stats bicgN.ll<br><br>I got this error<br>LLVM ERROR: Tried to execute an unknown external function: posix_memalign<br><br></div><div>When the interpreter reached to this instruction<br>%3 = call i32 @posix_memalign(i8** %new, i64 32, i64 %2) #5<br></div><div><br></div>I need to solve this problem<br></div>