google / souper

A superoptimizer for LLVM IR
Apache License 2.0
2.17k stars 170 forks source link

Packaging Souper #869

Open lovasko opened 1 year ago

lovasko commented 1 year ago

I see a lot of build failures in the issues list and I am failing to build all of the dependencies myself - are there any technological challenges that prevent packaging Souper as a .rpm or .deb? Would that package be tied to a particular git hash of LLVM tree?

manasij7479 commented 1 year ago

are there any technological challenges that prevent packaging Souper as a .rpm or .deb

That's a bit tricky as we have a out of tree patch for LLVM. The version of LLVM itself is one of the recent release versions, which we bump about once a year.