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

Renato Golin renato.golin at linaro.org
Sun Jun 15 05:26:27 PDT 2014


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...

cheers,
--renato



More information about the llvm-commits mailing list