amd64/isel: Error if alloc size doesn't fit in Tmp slot type
[qbe.git] / README
blob8c30a1befaec24f0d43a3ba349c38b664258d470
1 QBE - Backend Compiler              http://c9x.me/compile/
3 doc/    Documentation.
4 minic/  An example C frontend for QBE.
5 tools/  Miscellaneous tools (testing).
6 test/   Tests.
7 amd64/
8 arm64/  Architecture-specific code.
10 The LICENSE file applies to all files distributed.
12 - Compilation
14 Invoke GNU make in this directory to create the executable
15 file obj/qbe.  On some systems (BSD) you might have to use
16 'gmake' instead of 'make'.