[llvm-commits] [llvm] r162707 - in /llvm/trunk: Makefile.config.in Makefile.rules autoconf/configure.ac configure

Rick Foos rfoos at codeaurora.org
Wed Aug 29 10:21:33 PDT 2012


On 08/29/2012 10:52 AM, Sebastian Pop wrote:
> On Mon, Aug 27, 2012 at 8:38 PM, Eric Christopher<echristo at apple.com>  wrote:
>> On Aug 27, 2012, at 6:36 PM, Sebastian Pop<spop at codeaurora.org>  wrote:
>>
>>> On Mon, Aug 27, 2012 at 8:30 PM, Eric Christopher<echristo at apple.com>  wrote:
>>>> I've reverted this for now, it was breaking builds on the bots.
>>> Ok, do you have the url of these fails?
>> http://lab.llvm.org:8011/builders/dragonegg-x86_64-linux-gcc-4.6-self-host-checks/builds/1520/steps/compile.dragonegg.pre.stage1/logs/stdio
>>
>> Looks like the tools were missed.
> Rick, do you have an update on the fix for this problem?
>
> Thanks,
> Sebastian
I'm working on a fix now. I see where the dragonegg builder is passing 
the wrong value, and looking for how it got to that point.

I'm setting up local bots to duplicate the failure, and better test 
build changes.

--program-prefix introduces a difference between the built tool name, 
and the installed tool name. Makefile.rules defines Built, Internal, and 
Installed tools.

There's some work remaining to tie this together between the 
Makefile.rules tools and the sub-makefiles. That's beyond the scope of 
this change.

The goal here is a minimal change that is completely off or on. So I 
need to be thoughtful, and that's why I'm a little slow.

-rick

-- 
Rick Foos
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum




More information about the llvm-commits mailing list