From 9c4aa90e2871fbf872665addb2ee462a538a0ee4 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Mon, 25 Nov 1991 21:42:17 +0000 Subject: [PATCH] Added comf of ltv, the support for load-time-value. --- tools/comcom.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/comcom.lisp b/tools/comcom.lisp index c15238ac5..85404d3c4 100644 --- a/tools/comcom.lisp +++ b/tools/comcom.lisp @@ -204,6 +204,7 @@ ); with-compilation-unit for back end. (comf "target:compiler/aliencomp") +(comf "target:compiler/ltv") (comf "target:compiler/gtn") (with-compilation-unit (:optimize '(optimize (debug-info 2) (safety 1))) -- GitLab