[Mesa-dev] [PATCH 3/3] gallivm: Properly update for removal of JITMemoryManager in LLVM 3.6.

Matt Turner mattst88 at gmail.com
Thu Nov 6 11:32:28 PST 2014


On Thu, Nov 6, 2014 at 11:27 AM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> On 06/11/14 19:20, Matt Turner wrote:
>> On Wed, Oct 22, 2014 at 11:11 AM,  <jfonseca at vmware.com> wrote:
>>> From: José Fonseca <jfonseca at vmware.com>
>>>
>>> JITMemoryManager was removed in LLVM 3.6, and replaced by its base
>>> class RTDyldMemoryManager.
>>>
>>> This change fixes our JIT memory managers specializations to derive
>>> from RTDyldMemoryManager in LLVM 3.6 instead of JITMemoryManager.
>>>
>>> This enables llvmpipe to run with LLVM 3.6.
>>
>> Should these be marked for stable? Or does 10.3.x work with 3.6?
> If I understood Michel correctly a while back - it's not the best of
> ideas to add support for unreleased llvm in the mesa stable branches.
>
> As the llvm release is made we can obviously pick them up when needed.
>
> Cheers,
> Emil

Ah, sure. That makes sense.


More information about the mesa-dev mailing list