mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
75914742d7
We used to save the type of a block in the `revng.block.type` metadata as a number. This commit serializes it as a string. In order to do this, the `BlockType` enum has been promoted to a namespace with the usual `getName` and `fromName` functions.