Rasha Omar via llvm-dev
2018-Jun-09 23:55 UTC
[llvm-dev] Error llvm interpreter for posix_memalign
I am running lli interpreter for polybench kernels. When I run lli, it runs correctly, but when I used a command of $ lli --debug -force-interpreter -stats bicgN.ll I got this error LLVM ERROR: Tried to execute an unknown external function: posix_memalign When the interpreter reached to this instruction %3 = call i32 @posix_memalign(i8** %new, i64 32, i64 %2) #5 I need to solve this problem -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180610/03837e04/attachment.html>