[llvm-commits] [llvm] r110664 - /llvm/trunk/test/CodeGen/X86/2010-08-10-DbgConstant.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Aug 10 09:50:54 PDT 2010


On Aug 10, 2010, at 4:10 AM, Tobias Grosser wrote:

> On 08/10/2010 11:54 AM, Tobias Grosser wrote:
>> Author: grosser
>> Date: Tue Aug 10 04:54:29 2010
>> New Revision: 110664
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=110664&view=rev
>> Log:
>> Fix failing testcase.
>> 
>> Those look like typos to me.
> 
> I was wrong. Now just different builders fail.
> 
> There are some architectures that generate
> 
> ## DW_AT_NAME
> 
> and others that generate
> 
> # DW_AT_NAME
> 
> A patch that would accept both is attached. However I am not sure, if it is correct.

Committed as r110685.

It was just differences in asm syntax which is not what was being tested, and so safe to ignore.






More information about the llvm-commits mailing list