<div dir="ltr">That test is not failing on my Windows box (MSVC 2013 64-bit), so I have no idea why that's failing on your machine.<div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 28, 2015 at 10:18 AM, George Rimar <span dir="ltr"><<a href="mailto:grimar@accesssoftek.com" target="_blank">grimar@accesssoftek.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I noticed that merge-string.s test is failing. Actually that happens from its being commited (3 days ago) for me,<br>
I just thought that its probably because of my bit outdated llvm code, but today updated to top revision and it still fails.<br>
<br>
20>  Command 3 Stderr:<br>
20>  C:\access_softek\llvm\tools\lld\test\elf2\merge-string.s:78:16: error: expected string not found in input<br>
20><br>
20>  // CHECK-NEXT: Value: 0x121<br>
20><br>
20>                 ^<br>
20><br>
20>  <stdin>:268:12: note: scanning from here<br>
20><br>
20>   Name: bar (1)<br>
20><br>
20>             ^<br>
20><br>
20>  <stdin>:269:2: note: possible intended match here<br>
20><br>
20>   Value: 0x100000120<br>
<br>
It is because of next checks:<br>
<br>
// CHECK:      Name:    bar<br>
// CHECK-NEXT: Value:   0x121<br>
<br>
// CHECK:      Name:    foo<br>
// CHECK-NEXT: Value:   0x120<br>
<br>
// CHECK:      Name: zed<br>
// CHECK-NEXT: Value: 0x124<br>
// CHECK-NEXT: Size: 0<br>
<br>
But actual llvm-readobj output is:<br>
<br>
  Symbol {<br>
    Name: bar (1)<br>
    Value: 0x100000120<br>
    Size: 0<br>
    Binding: Local (0x0)<br>
    Type: None (0x0)<br>
    Other: 0<br>
    Section: .rodata (0x1)<br>
  }<br>
  Symbol {<br>
    Name: foo (5)<br>
    Value: 0x10000011F<br>
    Size: 0<br>
    Binding: Local (0x0)<br>
    Type: None (0x0)<br>
    Other: 0<br>
    Section: .rodata (0x1)<br>
  }<br>
  Symbol {<br>
    Name: zed (9)<br>
    Value: 0x100000123<br>
    Size: 0<br>
    Binding: Local (0x0)<br>
    Type: None (0x0)<br>
    Other: 0<br>
    Section: .rodata (0x2)<br>
  }<br>
<br>
I am not sure why buildbots don`t fail.<br>
<br>
Best regards,<br>
George.</blockquote></div><br></div></div>