[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: devel JIT build fails
From: |
Max Brister |
Subject: |
Re: devel JIT build fails |
Date: |
Fri, 27 Jul 2012 00:06:14 -0500 |
On Thu, Jul 26, 2012 at 10:08 PM, Michael D Godfrey
<address@hidden> wrote:
> On 07/26/2012 11:04 PM, Jordi GutiƩrrez Hermoso wrote:
>
> Fedora 17 has LLVM 3.0, right?
>
> At any rate, you're indicating that we're missing an #include or that
> the header file doesn't have the required function?
>
> Correct. I put:
> #include <llvm/LLVMContext.h>
>
> after line 36 in pt-jit.cc
>
> and it compiles and runs OK. But, I was not sure that whoever
> is updating the code would want to fix it that way.
>
Michael,
Sorry about that. I have been building/testing against LLVM 3.1
recently. I should remember to ensure JIT still builds against LLVM
3.0 occasionally. Fixed in 86a95d6ada0d.
Max Brister