Re: Andres Freund 2018-05-23 <38f42310-62ac-48b1-8a83-639b97e5f...@anarazel.de> > >I've disabled --with-llvm on all platforms except amd64 i386 now. Will > >try talking to the llvm maintainers in Debian to see if we can get > >this fixed and have more coverage. > > How about making that dependant on the llvm version being < 7?
It does work on x86 for <7, so the architecture would still need to be coded into debian/control and/or debian/rules. Also, we can't depend on "llvm (>= 7 if it exists)"... Christoph