> On Feb 4, 2016, at 13:02, Tom Stellard <thomas.stell...@amd.com> wrote: > > + LLVMSetTarget(ctx->gallivm.module, > + > +#if HAVE_LLVM < 0x0306 > + "r600--"); > +#else > + triple); > +#endif
This alone does not set the datalayout, which should also be set here. -Matt
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev