<div dir="ltr">On Wed, Aug 10, 2016 at 3:00 AM, Zeson Wu via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.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"><div dir="ltr"><div><div><div><div>Hello.<br><br></div>I want to use functions in compiler-rt/lib/builtins/ in powerpc64 in AIX. But I found they are not built in neither Linux nor AIX.<br><br></div>Have builtin functions not been supported(indicated by the TODO at line about #570 in compiler-rt/cmake/config-ix.<wbr>cmake)?<br><br></div>How much portable work should be done for AIX?<span class="HOEnZb"><font color="#888888"><br><br></font></span></div></div></blockquote><div><br></div><div>The builtins are largely target agnostic.  It should be relatively straightforward to port to AIX.  The harder part is really figuring out how to deal with the builtins in the driver.  The parallel installation of clang_rt.builtins is what needs to really be figured out so that you can link against it properly.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888">Zeson<br></font></span></div>
<br>______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Saleem Abdulrasool<br>compnerd (at) compnerd (dot) org</div>
</div></div>