Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liudonghua123/qbe
unofficial mirror of git://c9x.me/qbe.git
https://github.com/liudonghua123/qbe
backend compiler llvm
Last synced: 2 days ago
JSON representation
unofficial mirror of git://c9x.me/qbe.git
- Host: GitHub
- URL: https://github.com/liudonghua123/qbe
- Owner: liudonghua123
- License: mit
- Created: 2022-06-27T02:01:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T02:07:32.000Z (over 2 years ago)
- Last Synced: 2024-04-13T14:26:40.603Z (7 months ago)
- Topics: backend, compiler, llvm
- Language: C
- Homepage: https://c9x.me/compile/
- Size: 1.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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 make in this directory to create the executable
file qbe. Install using 'make install', the standard
DESTDIR and PREFIX environment variables are supported.
Alternatively, you may simply copy the qbe binary manually.