Commit: be8419e67dac15d488700506a400e5282b31453a
Parent: 238c8c6fc62dc8bbb7fa46313fe0a60068105f86
Author: Michael Forney
Date: Mon, 1 Jun 2026 13:02:04 -0700
cproc: Update to latest git
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/cproc/gen.lua b/pkg/cproc/gen.lua
@@ -7,6 +7,7 @@ cc('util.c')
exe('cproc', {'driver.c', 'util.c.o'})
exe('cproc-qbe', {
+ 'attr.c',
'decl.c',
'eval.c',
'expr.c',
@@ -17,7 +18,6 @@ exe('cproc-qbe', {
'qbe.c',
'scan.c',
'scope.c',
- 'siphash.c',
'stmt.c',
'targ.c',
'token.c',
diff --git a/pkg/cproc/ver b/pkg/cproc/ver
@@ -1 +1 @@
-d1d23429f5 r0
+6e8426cba0 r0