arm64: fix maximum immediate size for small loads/stores
[qbe.git] / README
blob015cf4a278b41d25276502a022a2334d9cef228d
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/
9 rv64/   Architecture-specific code.
11 The LICENSE file applies to all files distributed.
13 - Compilation
15 Invoke GNU make in this directory to create the executable
16 file obj/qbe.  On some systems (BSD) you might have to use
17 'gmake' instead of 'make'.