Re: llvm FreeBSD powerpc ABI target bug fix: Re: [Bug 26519] Clang 4.0.0's "Target: powerpc-unknown-freebsd11.0" code generation is violating the SVR4 ABI (SEGV can result)

2017-05-04 Thread Dimitry Andric
On 4 May 2017, at 21:39, Mark Millard wrote: > > I just got a report of a fix for the FreeBSD > powerpc ABI's code generation in llvm. It should > fix a stack handling related problem that > currently makes clang (through 4) largely useless > for TARGET_ARCH=powerpc . > > On 2017-May-4, at 12:26

Re: llvm FreeBSD powerpc ABI target bug fix: Re: [Bug 26519] Clang 4.0.0's "Target: powerpc-unknown-freebsd11.0" code generation is violating the SVR4 ABI (SEGV can result)

2017-05-04 Thread Mark Millard
On 2017-May-4, at 12:39 PM, Mark Millard wrote: > I just got a report of a fix for the FreeBSD > powerpc ABI's code generation in llvm. It should > fix a stack handling related problem that > currently makes clang (through 4) largely useless > for TARGET_ARCH=powerpc . > > On 2017-May-4, at 12:2

llvm FreeBSD powerpc ABI target bug fix: Re: [Bug 26519] Clang 4.0.0's "Target: powerpc-unknown-freebsd11.0" code generation is violating the SVR4 ABI (SEGV can result)

2017-05-04 Thread Mark Millard
I just got a report of a fix for the FreeBSD powerpc ABI's code generation in llvm. It should fix a stack handling related problem that currently makes clang (through 4) largely useless for TARGET_ARCH=powerpc . On 2017-May-4, at 12:26 PM, bugzilla-dae...@llvm.org wrote: > Comment # 19 on bug 265