Displaying 2 results from an estimated 2 matches for "28a_new_hardware_target".
2011 Mar 11
2
[LLVMdev] make
Hi,
is it possible to reduce link time by excluding unused target backends?
I would like to type
tools/llc make -target=... , and just build it for one backend.
/Jonas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110311/c2179915/attachment.html>
2011 Mar 11
0
[LLVMdev] make
Jonas Paulsson <jnspaulsson at hotmail.com> writes:
> is it possible to reduce link time by excluding unused target backends?
>
> I would like to type
>
> tools/llc make -target=... , and just build it for one backend.
If you build with configure && make, use the configure option
--enable-targets. If you build with cmake && make, pass