mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
6d58434868
When linking globals that are later going to be uniqued by their id, change their name to a temporary unique value and then restore it post-linking, this avoids situations where function declarations shared a common name but not metadata and were merged together by the linker.