<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/12/17 Timur Iskhodzhanov <span dir="ltr"><<a href="mailto:timurrrr@google.com" target="_blank" class="cremed">timurrrr@google.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> OK, some ideas on how to break this up to make it a bit easier:<br>
><br>
>   a) assembler support - the stuff to basically assemble various different .s files that happen<br>
> to have the format. Test cases can be simple .s files and use llvm-mc and llvm-readobj to test.<br>
> At least the label diff doesn't even really need to be a line table I wouldn't think.<br>
<br>
</div>Can you please clarify what needs to be tested using .s files?<br>
<br>
I think you want me to test that<br>
  llc -filetype=asm | llvm-mc -filetype=obj<br>
generates the same file as<br>
  llc -filetype=obj<br>
does for the new directives emitted by EmitCOFFSectionReference and<br>
EmitCOFFStaticOffset (namely ".secrel32" and ".offset from L1 to L2").<br>
<br>
Just wanted to double-check that I understood you correctly.</blockquote></div><br>ping</div></div>