<br><br><div class="gmail_quote">On Wed Dec 03 2014 at 3:05:05 PM Alexei Starovoitov <<a href="mailto:alexei.starovoitov@gmail.com">alexei.starovoitov@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Dec 3, 2014 at 2:16 PM, Pete Cooper <<a href="mailto:peter_cooper@apple.com" target="_blank">peter_cooper@apple.com</a>> wrote:<br>
><br>
> On Dec 3, 2014, at 2:09 PM, Tim Northover <<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>> wrote:<br>
><br>
> Please let me know your feedback and steps to get it merged.<br>
><br>
><br>
> Could I ask who's going to maintain this backend? Targets without an<br>
> active LLVM sub-community behind them tend to slowly bit-rot until<br>
> everyone else gets fed up enough with fixing it when they refactor<br>
> things; they then get removed.<br>
><br>
> Also (using AMDGPU and AArch64 as recent examples), we tend to add new<br>
> backends as experimental then move them to ALL_TARGETS after some period of<br>
> time.<br>
<br>
that makes sense,<br>
though it looks like LLVM_EXPERIMENTAL_TARGETS_TO_<u></u>BUILD<br>
only exists in cmake setup... so I'm guessing it's obsolete?<br></blockquote><div><br></div><div>It's there in autoconf:</div><div><br></div><div><div>AC_ARG_ENABLE([experimental-targets],AS_HELP_STRING([--enable-experimental-targets],</div><div>    [Build experimental host targets: disable or target1,target2,...</div><div>     (default=disable)]),,</div><div>    enableval=disable)</div><div><br></div><div>if test ${enableval} != "disable"</div><div>then</div><div>  TARGETS_TO_BUILD="$enableval $TARGETS_TO_BUILD"</div><div>fi</div><div><br></div><div>AC_SUBST(TARGETS_TO_BUILD,$TARGETS_TO_BUILD)</div></div><div><br></div><div>-eric</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
______________________________<u></u>_________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvm-commits</a><br>
</blockquote></div>