scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 6595e320b4f2a19679216811795c9bd3203f6f34
parent 91e5d483f7533538e544cb2b0d213f954872b70d
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri,  5 Nov 2021 06:54:50 +0100

qbe: Change to simple-cc repository

As a way to speed up the development of scc we have created
a cloned copy of the qbe repository as a way to prepare the
commits before upstreaming them to the qbe project repository.

Diffstat:
M.gitmodules | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/cmd/qbe"] path = src/cmd/qbe - url = git://c9x.me/qbe.git + url = git://git.simple-cc.org/qbe