sysprog21 / shecc

A self-hosting and educational C optimizing compiler
BSD 2-Clause "Simplified" License
1.11k stars 118 forks source link

Fix unsorted slots in snapshots #118

Closed vacantron closed 6 months ago

vacantron commented 6 months ago

The current CFG snapshot test dumps the basic blocks to the JSON format but not sorts them. The diff command might complain about the mismatching of them. Add -S option for jq to sort the slots before exporting the content.