When I try to run this command
lli -force-interpreter file.ll
I have this error
LLVM ERROR: Tried to execute an unknown external function: posix_memalign
Also, when I search for this error I found this link
How could I solve this problem?
When I try to run this command
lli -force-interpreter file.ll
I have this error
LLVM ERROR: Tried to execute an unknown external function: posix_memalign
Also, when I search for this error I found this link
How could I solve this problem?