|
From: Kevin K. <kev...@gm...> - 2018-04-29 19:24:33
|
On Sun, Apr 29, 2018 at 1:43 PM, Donal K. Fellows < don...@ma...> wrote: > I've done a release of llvmtcl, 3.9, fixing up as much as I can and > getting everything into a good state. > > https://github.com/dkfellows/llvmtcl/releases/tag/v3.9 > > There's only one niggling issue that I know of right now; the travis build > doesn't pass its own tests because it can't issue code for the native > platform. It seems like something deeply weird is going on. Does it fail with mcjit, or only with code gen for an external module? If it succeeds with mcjit, does the configurator come up with the same target triple that the external-module code gen is expecting? I've had a suspicion for a while that our target triple selection is Not Quite Right on some of the platforms. |