commit 7ce9a29
hovercats
·
2024-12-31 04:32:44 +0000 UTC
parent 9da9c59
cproc: bump to f66a661
4 files changed,
+4,
-6
+1,
-3
1@@ -11,14 +11,12 @@ static const char *const preprocesscmd[] = {
2 /* we don't yet support these optional features */
3 "-D", "__STDC_NO_ATOMICS__",
4 "-D", "__STDC_NO_COMPLEX__",
5- "-D", "__STDC_NO_VLA__",
6 "-U", "__SIZEOF_INT128__",
7
8 /* we don't generate position-independent code */
9 "-U", "__PIC__",
10
11- /* ignore attributes and extension markers */
12- "-D", "__attribute__(x)=",
13+ /* ignore extension markers */
14 "-D", "__extension__=",
15 };
16 static const char *const codegencmd[] = {"qbe"};
+1,
-1
1@@ -7,6 +7,7 @@ cc('util.c')
2
3 exe('cproc', {'driver.c', 'util.c.o'})
4 exe('cproc-qbe', {
5+ 'attr.c',
6 'decl.c',
7 'eval.c',
8 'expr.c',
9@@ -17,7 +18,6 @@ exe('cproc-qbe', {
10 'qbe.c',
11 'scan.c',
12 'scope.c',
13- 'siphash.c',
14 'stmt.c',
15 'targ.c',
16 'token.c',
+1,
-1
1@@ -1 +1 @@
2-Subproject commit d1d23429f5dc3d78b03b318a7d349ad71a6c97fa
3+Subproject commit f66a661359a39e10af01508ad02429517b8460e3
+1,
-1
1@@ -1 +1 @@
2-d1d23429f5 r0
3+f66a661 r0