[LLVMdev] 3.5.1 Testing Phase Begins

sebastian.dressler at gmail.com sebastian.dressler at gmail.com
Mon Dec 15 21:20:05 PST 2014


> On 15.12.2014, at 23:01, Daniel Sanders <Daniel.Sanders at imgtec.com> wrote:
> 
>> From: sebastian.dressler at gmail.com [sebastian.dressler at gmail.com]
>> Sent: 15 December 2014 18:41
>> To: Daniel Sanders
>> Cc: Ben Pope; Nikola Smiljanic; llvmdev
>> Subject: Re: [LLVMdev] 3.5.1 Testing Phase Begins
>> 
>> For sake of completeness, I copy the output again:
>> 
>> Command Output (stderr): […]
>> 
> 
> That's given me enough to figure out the problem. %gp_rel is only used when the small data section is enabled and that's only supposed to be the case for bare-metal. However, the guard is actually a test for 'is not Linux' and this condition is of course true for windows.
> 

Just out of curiosity: this information was also contained in my initial mail, did you probably overlook it?

> It's not a new bug (it was in 3.5.0 too) but the testcase is new. Does the attached patch fix the problem for you?<arguments-struct.patch>

Yes, it fixes it.


Cheers,
Sebastian


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141216/2ffb6b6b/attachment.html>


More information about the llvm-dev mailing list