X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=4b8fbb7e8d95fda6080d550d5aee7a6cef82083e;hb=421c1e5fba9f89bd137d2f407ff86100b2f88cef;hp=ed67fe26c1f5ed7008896a7a86d294b2438314b3;hpb=bd0ba0f214518e8d72ff2d44de5a1e3e4b02af2c;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index ed67fe2..4b8fbb7 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -453,6 +453,7 @@ ("src/compiler/main") ; needs DEFSTRUCT FASL-OUTPUT from dump.lisp ("src/compiler/target-main" :not-host) ("src/compiler/ir1tran") + ("src/compiler/ir1tran-lambda") ("src/compiler/ir1-translators") ("src/compiler/ir1util") ("src/compiler/ir1report") @@ -649,6 +650,10 @@ ;; DEFVAR or DEFPARAMETER. ("src/code/cl-specials") + ;; FIXME: here? earlier? can probably be as late as possible. Also + ;; maybe call it FORCE-DELAYED-PROCLAIMS? + ("src/compiler/late-proclaim") + ;; fundamental target macros (e.g. CL:DO and CL:DEFUN) and support ;; for them ("src/code/defboot")