I have a docker image where I install LLVM 15 following https://apt.llvm.org/ that I am using with Apache TVM. Everything worked fine with LLVM 15.0.6, but with 15.0.7 release I get following error:
ninja: error: ‘/usr/lib/llvm-15/lib/libPolly.a’, needed by ‘libtvm.so’, missing and no known rule to make it
Is there a way to install 15.0.6 instead 15.0.7 with the script?