Skip to content

Commit 434dbf2

Browse files
committed
Avoid loading translate-btb again
It's not working with autocompilation and I need to get this working well enough to merge so I can work on anything else already.
1 parent c03ba8b commit 434dbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lisp/kernel/cleavir/clasp-cleavir.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
(:file "transform")
4343
(:file "translate")
4444
(:file "compile-bytecode")
45-
(:file "translate-btb")
45+
;;(:file "translate-btb") ; not working yet
4646
(:file "inline-prep")
4747
(:file "proclamations")
4848
(:file "hooks")

0 commit comments

Comments
 (0)