README 527 B

123456789101112131415161718
  1. QBE - Backend Compiler http://c9x.me/compile/
  2. doc/ Documentation.
  3. minic/ An example C frontend for QBE.
  4. tools/ Miscellaneous tools (testing).
  5. test/ Tests.
  6. amd64/
  7. arm64/
  8. rv64/ Architecture-specific code.
  9. The LICENSE file applies to all files distributed.
  10. - Compilation and Installation
  11. Invoke make in this directory to create the executable
  12. file qbe. Install using 'make install', the standard
  13. DESTDIR and PREFIX environment variables are supported.
  14. Alternatively, you may simply copy the qbe binary.