[Mesa-dev] [PATCH 2/3] radeon/llvm: Set the target triple on the module

Matt Arsenault arsenm2 at gmail.com
Thu Feb 4 22:42:15 UTC 2016


> On Feb 4, 2016, at 13:02, Tom Stellard <thomas.stellard at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20160204/9b822d92/attachment.html>


More information about the mesa-dev mailing list