scc

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

commit 6bfde13a08e35d97029e58b28b7437721f021d95
parent 2e0c505310dff236c393bba8b04edc1cdfb4740e
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