Skip to content

Commit f681d67

Browse files
committed
rv32: simple initial file in build-order
to help discover what doesn't work
1 parent d253603 commit f681d67

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build-order.lisp-expr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
#-warm-build-phase
3737
(
38+
("src/code/scratch" :not-host :trace-file)
3839
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3940
;;; miscellaneous
4041
;; This comes as early as possible, so that we catch the source locations

src/code/scratch.lisp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(defun foo (x)
2+
(declare (type (simple-array fixnum (*)) x))
3+
(aref x 1))

0 commit comments

Comments
 (0)