[llvm] r189315 - Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Nick Kledzik
kledzik at apple.com
Tue Aug 27 15:24:56 PDT 2013
On Aug 27, 2013, at 3:06 PM, David Blaikie <dblaikie at gmail.com> wrote:
> On Tue, Aug 27, 2013 at 3:03 PM, Nick Kledzik <kledzik at apple.com> wrote:
>> Chip,
>>
>> Did you save off the error log of what failed with the change? The builtbot website only seems to go back to 6am this morning, so I can’t see the failure anymore.
>
> You can go back much further manually, if you go to a specific
> builder, click on any of the build resultls, then just change the
> number in the URL. I don't know how far back it goes, really.
Thanks I was able to find:
http://lab.llvm.org:8011/builders/llvm-ppc64-linux1/builds/7915
and all the errors look like messed up relocation records.
-Nick
>>
>> On Aug 26, 2013, at 10:41 PM, Charles Davis <cdavis5x at gmail.com> wrote:
>>> On Aug 26, 2013, at 11:32 PM, Charles Davis wrote:
>>>> On Aug 26, 2013, at 11:19 PM, David Blaikie wrote:
>>>>
>>>>> On Mon, Aug 26, 2013 at 10:00 PM, Charles Davis <cdavis5x at gmail.com> wrote:
>>>>>> Author: cdavis
>>>>>> Date: Tue Aug 27 00:00:43 2013
>>>>>> New Revision: 189315
>>>>>>
>>>>>> URL: http://llvm.org/viewvc/llvm-project?rev=189315&view=rev
>>>>>> Log:
>>>>>> Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
>>>>>
>>>>> There seem to be a number of unrelated changes in this patch -
>>>>> especially for such a large change, please commit the mechanical
>>>>> portion separately from any other cleanup/changes.
>>>> Sorry. Would you like me to revert this particular change?
>>> I went ahead and reverted it (and r189319) in r189321. It looks like it also broke the tests on some platforms (specifically System z and PowerPC--endianness issue? I don't have a big endian machine to test with, so...).
>>>
>>> Chip
>>>
>>>
>>> _______________________________________________
>>> llvm-commits mailing list
>>> llvm-commits at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list