qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

README (536B)


      1 QBE - Backend Compiler              http://c9x.me/compile/
      2 
      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.
     10 
     11 The LICENSE file applies to all files distributed.
     12 
     13 - Compilation and Installation
     14 
     15 Invoke make in this directory to create the executable
     16 file qbe.  Install using 'make install', the standard
     17 DESTDIR and PREFIX environment variables are supported.
     18 Alternatively, you may simply copy the qbe binary manually.