2016-03-28 12:53:53 -04:00
|
|
|
QBE - Backend Compiler http://c9x.me/compile/
|
|
|
|
|
2024-10-29 22:41:07 +13:00
|
|
|
I did not create QBE, I simply turned it into a C library.
|
|
|
|
|
2017-04-08 21:31:59 -04:00
|
|
|
amd64/
|
2022-03-14 15:29:10 +01:00
|
|
|
arm64/
|
|
|
|
rv64/ Architecture-specific code.
|
2016-03-28 12:53:53 -04:00
|
|
|
|
|
|
|
The LICENSE file applies to all files distributed.
|
2016-04-19 21:34:52 -04:00
|
|
|
|
2022-05-10 12:01:39 +02:00
|
|
|
- Compilation and Installation
|
2016-04-19 21:34:52 -04:00
|
|
|
|
2022-06-01 07:43:09 +03:00
|
|
|
Invoke make in this directory to create the executable
|
|
|
|
file qbe. Install using 'make install', the standard
|
|
|
|
DESTDIR and PREFIX environment variables are supported.
|
2024-10-29 22:41:07 +13:00
|
|
|
Alternatively, you may simply copy the libqbe.a and libqbe.h files manually.
|