one more genesis leak
commit144cfdaeddd4ef23185b29220cf58df554d5d53d
authorChristophe Rhodes <csr21@cantab.net>
Thu, 30 Apr 2015 17:43:13 +0000 (30 18:43 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Thu, 30 Apr 2015 17:43:13 +0000 (30 18:43 +0100)
tree07c0e41cdb35e88eee6bbbfcfb5be23027a3bd10
parent21a43d0caf5c14b3924166c86899d263739bb423
one more genesis leak

I think this relates to lambdas created at genesis time.  They get
given names, but none of the usual sources for names is present,
so it falls back to the host's *load-truename*, which is unhelpful
because the only binding of *load-truename* is for the whole build
script itself, src/cold/compile-cold-sbcl.lisp.  This patch doesn't
fix that but does make the value given independent of build
directory
src/compiler/ir1-translators.lisp