<div dir="ltr"><div><div>Hi,<br><br></div>  I have created a workaround to deal with the PIC function call.  With this patch, the FastISel will switch back to DAG lowering mechanism if (1) there is a function call in the basic block and (2) the relocation model is PIC.  Please have a look.  Hoping the patch will help.<br>
<br></div>Sincerely,<br>Logan<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 21, 2013 at 10:17 AM, Gordon Keiser <span dir="ltr"><<a href="mailto:gkeiser@arxan.com" target="_blank">gkeiser@arxan.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Cool, I'll file a bug tomorrow at work and add you to the CC list.<br>
<br>
Thanks!<br>
<span class="HOEnZb"><font color="#888888">Gordon Keiser<br>
Software Development Engineer<br>
Arxan Technologies<br>
<a href="mailto:gkeiser@arxan.com">gkeiser@arxan.com</a>  <a href="http://www.arxan.com" target="_blank">www.arxan.com</a> <br>
Protecting the App EconomyT <br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> -----Original Message-----<br>
> From: Eric Christopher [mailto:<a href="mailto:echristo@gmail.com">echristo@gmail.com</a>]<br>
> Sent: Tuesday, August 20, 2013 9:47 PM<br>
> To: Gordon Keiser<br>
> Cc: <a href="mailto:llvmdev@cs.uiuc.edu">llvmdev@cs.uiuc.edu</a>; JF Bastien<br>
> Subject: Re: [LLVMdev] Broken PLT on ARM from R183966<br>
><br>
> Filing a bug would be a good start, go ahead and cc me and <a href="mailto:jfb@google.com">jfb@google.com</a>.<br>
><br>
> Thanks!<br>
><br>
> -eric<br>
><br>
> On Tue, Aug 20, 2013 at 6:10 PM, Gordon Keiser <<a href="mailto:gkeiser@arxan.com">gkeiser@arxan.com</a>><br>
> wrote:<br>
> > For ARM targets on linux, revision 183966 made Fast ISel default.<br>
> > Unfortunately, Fast ISel is broken in terms of applying the<br>
> > ARMII::MO_PLT flags to calls in PIC mode (at least when emitting<br>
> > assembly);  it never does this.  The normal ISel pass handles this<br>
> > situation correctly so a temporary local change to disable FastISel<br>
> > for linux / NaCl targets is working for me right now.<br>
> ><br>
> ><br>
> ><br>
> > I'm not very familiar with the ISel passes.  I'm guessing the correct<br>
> > thing to do here would be to apply the attribute correctly in FastISel<br>
> > so it works, but I'm kind of unfamiliar with this part of the code and<br>
> > won't have time to dig into it right now, although I'm willing to do<br>
> > it if someone points me to the right area of code.<br>
> ><br>
> ><br>
> ><br>
> > In the meantime, would it be worthwhile to submit in a modification to<br>
> > disable FastISel for non-darwin targets, or is it likely to be fixed<br>
> > quickly?<br>
> ><br>
> ><br>
> ><br>
> > -Gordon<br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > LLVM Developers mailing list<br>
> > <a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
> > <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
> ><br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br></div>