[llvm] r210953 - Move ARMJITInfo off of the TargetMachine and down onto the subtarget.

Eric Christopher echristo at gmail.com
Sun Jun 15 13:03:58 PDT 2014


Cool. Reverted in r210996.

My current guess is some of the arm/thumb dispatch got confused when
moving things around. I'm untangling it :)

-eric

On Sun, Jun 15, 2014 at 1:02 PM, Renato Golin <renato.golin at linaro.org> wrote:
> Thanks! I'll keep an eye on it...
>
> On 15 June 2014 20:55, Eric Christopher <echristo at gmail.com> wrote:
>> On Sun, Jun 15, 2014 at 5:26 AM, Renato Golin <renato.golin at linaro.org> wrote:
>>> On 14 June 2014 00:04, Eric Christopher <echristo at gmail.com> wrote:
>>>> Author: echristo
>>>> Date: Fri Jun 13 18:04:46 2014
>>>> New Revision: 210953
>>>>
>>>> URL: http://llvm.org/viewvc/llvm-project?rev=210953&view=rev
>>>> Log:
>>>> Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
>>>> This required untangling a mess of headers that included around.
>>>
>>> Hi Eric,
>>>
>>> I'm just guessing here, but a JIT commit broke all ARM buildbots, and
>>> yours is the only one that touches JIT... :)
>>>
>>> http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a15/builds/1738
>>>
>>> Do you recognize the error?
>>>
>>> http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a15/builds/1738/steps/check-all/logs/LLVM%3A%3Atest-arith.ll
>>>
>>> lli: error creating EE: target does not support JIT code generation
>>>
>>> Or maybe you know who's working on that area and could have changed it...
>>>
>>
>> I'll assume it was me and try reverting this. The ARM port is going to
>> need more untangling than most here. :\
>>
>> -eric



More information about the llvm-commits mailing list