X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=build-order.lisp-expr;h=70e040b0075b0cbf8f9067e00daefc4f35c5abab;hb=277ef97eeb9de2ad5982f44e5a34c0969e494bc0;hp=c44ad4382e7abd182d1f61af2fcd21fa883afbf0;hpb=fe19212267bef96fedb712ebb43abc91631aea18;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index c44ad43..70e040b 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -497,6 +497,7 @@ ("src/compiler/trace-table") ; needs EMIT-LABEL macro from compiler/assem.lisp + ("src/code/debug-info") ;; Compiling this requires fop definitions from code/fop.lisp and ;; trace table definitions from compiler/trace-table.lisp. ("src/compiler/dump") @@ -531,8 +532,6 @@ ("src/compiler/tn") ("src/compiler/life") - ("src/code/debug-info") - ("src/compiler/debug-dump") ("src/compiler/generic/utils") ("src/compiler/fopcompile") @@ -631,6 +630,7 @@ ("src/compiler/copyprop") ("src/compiler/represent") + ("src/compiler/ir2opt") ("src/compiler/pack") ("src/compiler/codegen") ("src/compiler/debug")