[wip] cmpmain enable the custom pass

This commit is contained in:
Daniel Kochmański 2023-10-31 15:25:34 +01:00
parent 81d731b234
commit 42c674d539

View file

@ -120,6 +120,7 @@ compiled successfully, returns the pathname of the compiled file."
(setf (car ext:*source-location*) *compile-file-pathname*))
(compiler-pass1 stream source-offset))
(compiler-pass/propagate-types)
(compiler-pass/custom-pass)
(apply #'compiler-pass/assemble-cxx input-file output-file args)
(if (setf true-output-file (probe-file output-file))
(cmpprogress "~&;;; Finished compiling ~a.~%;;;~%" (namestring input-pathname))