cfallin edited Issue #2543:
The
binemitfiletest backend does not currently support new-style (MachInst) backends; it is fairly tightly coupled to the encodings scheme, because it checks the machine code emitted for each individual CLIF instruction. We should update it to at least allow bulk comparison of the entire function body, even if we don't have the fine-grained CLIF-instruction-to-emitted-bytes correspondence anymore.Noted in #2540.
Last updated: Dec 06 2025 at 06:05 UTC