vnmakarov / mir

A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR
MIT License
2.29k stars 145 forks source link

Rename mir-run... to mir-bin-run... also in CMakeLists.txt #396

Closed ningvin closed 4 months ago

ningvin commented 5 months ago

Fixes #395

ningvin commented 5 months ago

Does not cover the addition of mir-bin-run-test in 9b7aa03, but that would require me reading up on CMake testing best practices...

vnmakarov commented 4 months ago

Oops. I've just fixed it by myself. Sorry.

vnmakarov commented 4 months ago

Does not cover the addition of mir-bin-run-test in 9b7aa03, but that would require me reading up on CMake testing best practices...

I practically do not know cmake too. So I can not help in this.

ningvin commented 4 months ago

No worries, thanks for fixing :-)