qbe

Compiler backend that translates IL to machine code for various architectures

brewmacoslinux
Try with needOr install directly
Source

About

Compiler Backend

Commands

qbe

Examples

Compile IL (Intermediate Language) file to assembly for x86-64$ qbe -o output.s input.il
Generate assembly with target architecture specification$ qbe -t amd64 input.il -o output.s
Display available target architectures and options$ qbe -h