rizinorg / rz-hexagon

Hexagon disassembler code generator for Rizin from the LLVM definitions.
12 stars 2 forks source link

Refresh timestamps only on code changes #50

Closed Rot127 closed 2 years ago

Rot127 commented 2 years ago

Currently the timestamps in file headers are always updated on generation. Even if no actual code has been edited.

This PR changes that. It Compares the generated code against the code in the files and only writes, if it finds a differences.