[llvm-commits] [llvm] r68708 - /llvm/trunk/Makefile.rules

Bill Wendling isanbard at gmail.com
Thu Apr 9 13:58:31 PDT 2009


I attached the build.sh script I use to self-host LLVM. It uses the
"buildit" command, which does an Apple-style build. You can replace
that with whatever command you use to build llvm and llvm-gcc.

-bw

On Thu, Apr 9, 2009 at 1:25 PM, Misha Brukman <brukman at gmail.com> wrote:
> On Thu, Apr 9, 2009 at 2:27 PM, Bill Wendling <isanbard at gmail.com> wrote:
>>
>> This was causing this failure in the self-hosting buildbot:
>>
>> llvm[2]: Compiling lto.cpp for Debug build  (PIC)
>> make[2]: *** No rule to make target
>>
>> `/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.sh.build/Debug/lib/libLLVMBitWriter.a',
>> needed by
>> `/Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.sh.build/Release/lib/libLTO.dylib'.
>>  Stop.
>> make[1]: *** [all] Error 1
>> make: *** [all] Error 1
>>
>> Could you investigate please?
>
> Bill,
>
> To help me reproduce this, can you tell me what configure and make command
> lines were used that cause the failure?
> Or, even better, can you post the buildbot config so I can run the same
> configuration?
>
> Thanks,
> Misha
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.sh
Type: application/x-sh
Size: 4252 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090409/5e1dd172/attachment.sh>


More information about the llvm-commits mailing list