Skip to content

Some small patches to QBE to work on Apple Sillicon.

License

Notifications You must be signed in to change notification settings

gaetgu/qbe-macOS

Repository files navigation

QBE - Backend Compiler              http://c9x.me/compile/

doc/    Documentation.
minic/  An example C frontend for QBE.
tools/  Miscellaneous tools (testing).
test/   Tests.
amd64/
arm64/
rv64/   Architecture-specific code.

The LICENSE file applies to all files distributed.

- Compilation and Installation

Invoke GNU make in this directory to create the executable
file obj/qbe.  On some systems (BSD) you might have to use
'gmake' instead of 'make'.  Install using 'make install',
the standard DESTDIR and PREFIX environment variables are
supported.  Alternatively, you may simply copy the obj/qbe
binary manually.