<div dir="ltr"><div>Something like<br>-DLLVM_TARGETS_TO_BUILD=X86<br></div><div>on your cmake command line will restrict the targets. The different flavours of C that clang supports are runtime-decissions, and can't be enabled/disabled with macros, afaict. <br><br>--<br></div><div>Mats<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 5 January 2016 at 10:37, Régis Portalez <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div style="font-family:Calibri,sans-serif;font-size:11pt">Hi.<br><br>Is that possible to build cland.exe and opt.exe  with support for just c/c++ and x86/x64 as target?<br><br>To make it short, is there a way to get rid of powerpc/mips... targets and cuda/opencl...  inputs in order to speed up build process?<br><br>Many thanks,<br><br>Regis</div></div></div><br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>