<div dir="ltr">On Fri, Sep 20, 2013 at 2:50 PM, Sid Manning <span dir="ltr"><<a href="mailto:sidneym@codeaurora.org" target="_blank">sidneym@codeaurora.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
This example generates the following error:<br>
.Ltmp3:<br>
.Ltmp5:<br>
.Ltmp13:<br>
        .word   (.Ltmp5-.Ltmp3)-.Ltmp13<br>
<br>
./llvm-mc ex.s -filetype=obj<br>
LLVM ERROR: expected relocatable expression when using:<br><span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>Umm, isn't this equivalent to the following?  What do you expect LLVM to do with it?</div>
<div><br></div><div>.Ltmp13:</div><div>    .word -.Ltmp13</div></div><br></div><div class="gmail_extra">-Eli</div></div>