[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:20:26 PST 2014


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?


More information about the mesa-dev mailing list