Re: WIP: LLVM 7.0.1

2019-01-25 Thread George Koehler
On Sun, 20 Jan 2019 22:49:36 +0100 Jeremie Courreges-Anglas wrote: > Thanks a lot for this. Looks good on amd64 and sparc64 so far. I'd > like to hear about powerpc and mips64 (is the build successful, can the > resulting compiler build a few ports?). cc'ing the usual suspects. :) My powerpc

Re: WIP: LLVM 7.0.1

2019-01-18 Thread Jonathan Gray
On Fri, Jan 18, 2019 at 03:58:57PM +1100, Jonathan Gray wrote: > On Thu, Jan 17, 2019 at 08:39:24PM -0500, Brad Smith wrote: > > On Fri, Jan 18, 2019 at 09:52:14AM +1100, Jonathan Gray wrote: > > > On Thu, Jan 17, 2019 at 11:48:08AM -0500, Brad Smith wrote: > > > > On Wed, Jan 16, 2019 at

Re: WIP: LLVM 7.0.1

2019-01-17 Thread Jonathan Gray
On Thu, Jan 17, 2019 at 08:39:24PM -0500, Brad Smith wrote: > On Fri, Jan 18, 2019 at 09:52:14AM +1100, Jonathan Gray wrote: > > On Thu, Jan 17, 2019 at 11:48:08AM -0500, Brad Smith wrote: > > > On Wed, Jan 16, 2019 at 07:19:17PM -0500, Brad Smith wrote: > > > > Here is a work in progress diff to

Re: WIP: LLVM 7.0.1

2019-01-17 Thread Jonathan Gray
On Thu, Jan 17, 2019 at 11:48:08AM -0500, Brad Smith wrote: > On Wed, Jan 16, 2019 at 07:19:17PM -0500, Brad Smith wrote: > > Here is a work in progress diff to update the LLVM/Clang port to > > LLVM 7.0.1. > >=20 > > Code generation is broken at the moment on amd64. I don't know what > > the

Re: WIP: LLVM 7.0.1

2019-01-17 Thread Brad Smith
On 1/17/2019 7:45 AM, Patrick Wildt wrote: On Wed, Jan 16, 2019 at 07:19:17PM -0500, Brad Smith wrote: Here is a work in progress diff to update the LLVM/Clang port to LLVM 7.0.1. Code generation is broken at the moment on amd64. I don't know what the issue is. Clang crashes in the X86

Re: WIP: LLVM 7.0.1

2019-01-17 Thread Brad Smith
On 1/17/2019 4:37 AM, Jeremie Courreges-Anglas wrote: On Wed, Jan 16 2019, Brad Smith wrote: Here is a work in progress diff to update the LLVM/Clang port to LLVM 7.0.1. Code generation is broken at the moment on amd64. I don't know what the issue is. Clang crashes in the X86 backend. This

Re: WIP: LLVM 7.0.1

2019-01-17 Thread Patrick Wildt
On Wed, Jan 16, 2019 at 07:19:17PM -0500, Brad Smith wrote: > Here is a work in progress diff to update the LLVM/Clang port to > LLVM 7.0.1. > > Code generation is broken at the moment on amd64. I don't know what > the issue is. Clang crashes in the X86 backend. This only seems to > affect amd64.

Re: WIP: LLVM 7.0.1

2019-01-17 Thread Jeremie Courreges-Anglas
On Wed, Jan 16 2019, Brad Smith wrote: > Here is a work in progress diff to update the LLVM/Clang port to > LLVM 7.0.1. > > Code generation is broken at the moment on amd64. I don't know what > the issue is. Clang crashes in the X86 backend. This only seems to > affect amd64. Do you mean that