[LLVMdev] Some questions for an LLD Buildbot Slave
Dmitri Gribenko
gribozavr at gmail.com
Mon Nov 18 11:12:42 PST 2013
On Mon, Nov 18, 2013 at 10:16 AM, Shankar Easwaran
<shankare at codeaurora.org> wrote:
> On 11/18/2013 11:57 AM, Mikael Lyngvig wrote:
>>
>> I'm in the process of configuring a Mac Mini G4 (PowerPC, big-endian) to
>> be
>> an LLD buildbot slave, as there were some who wanted a big-endian tester
>> of
>> LLD.
>>
>> I have a few quick questions with respect to that:
>>
>> 1. LLD appears to be built using Clang, but Clang is not built as part of
>> the LLD build. So which version of Clang should I use? v3.3 or any
>> nightly build of Clang. Is it enough that I occasionally build a Clang,
>> install it, and use that?
>
> It would be better in my opinion to use a stable clang build. I dont know if
> any other project build uses the clang that was just built ?
For example, my buildbots use a trunk build of clang that I update
every other week.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the llvm-dev
mailing list