mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
1f0c8e1ae5
At the moment this pipe is broken, because it claims to be producing artifacts with function rank, while it only produces types. This pipe should be extended and turned into a pipe that generates the whole Clift module including functions from LLVM IR, and not just types. We should add an input LLVMContainer, and the run() method should first import types, and then create the functions and their bodies. For the time being the Pipe is removed from the pipeline.