mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
9d4cea6d7f
We used to manually purge `raise_exception_helper`, which has now been split in `_abort` and `_unreachable`. We want to purge the latter but keep the former. The latter is marked as `Exceptional`, so this commit updates the logic to purge all functions with `Exceptional` tag. Also, due to the inability of the backend to emit globals of `struct` type, we ban `set_PlainMetaAddress`, which is not critical for decompiled code.