mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-05-01 05:30:59 -07:00
[wip] cmpmain enable the custom pass
This commit is contained in:
parent
81d731b234
commit
42c674d539
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue