Hello,
The build fails after reporting that the “llvm/ExecutionEngine/Orc/LazyEmittingLayer.h” missing, at commit 0a5f35b6d9544122d7ab0498c0892cd29c734506.
CC /home/sanjay/Software/polly_julia/julia_build/src/codegen.o
In file included from /home/sanjay/Software/polly_julia/julia_src/src/codegen.cpp:117:0:
/home/sanjay/Software/polly_julia/julia_src/src/jitlayers.h:14:57: fatal error: llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h: No such file or directory
#include "llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h"
^
compilation terminated.
make[1]: *** [codegen.o] Error 1
make: *** [julia-src-release] Error 2
A find . -name ObjectLinkingLayer.h
on julia_src, julia_build, the llvm source and build directories didn’t return any results.
How can I resolve this ?
Thank You,
Sanjay