<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
thanks! Can I run configure once again with no problems? I have reconfigured after adding a new target, per http://wiki.llvm.org/HowTo:_Create_and_register_a_new_back_end_%28a_new_hardware_target%29, which includes AutoRegen.sh.<br><br>/Jonas<br><br>> From: ofv@wanadoo.es<br>> To: jnspaulsson@hotmail.com<br>> CC: llvmdev@cs.uiuc.edu<br>> Subject: Re: make<br>> Date: Fri, 11 Mar 2011 15:44:07 +0100<br>> <br>> Jonas Paulsson <jnspaulsson@hotmail.com> writes:<br>> <br>> > is it possible to reduce link time by excluding unused target backends?<br>> ><br>> > I would like to type<br>> ><br>> > tools/llc make -target=... , and just build it for one backend.<br>> <br>> If you build with configure && make, use the configure option<br>> --enable-targets. If you build with cmake && make, pass<br>> -DLLVM_TARGETS_TO_BUILD=YOURBACKEND to cmake.<br>> <br>> See http://www.llvm.org/docs/CMake.html for more info on building with<br>> cmake.<br>                                    </body>
</html>