[Mesa-dev] [PATCH] gallium/radeon: nuke the final pre LLVN 3.6 codepath

Marek Olšák maraeo at gmail.com
Thu Apr 21 15:38:25 UTC 2016


Reviewed-by: Marek Olšák <marek.olsak at amd.com>

Marek

On Thu, Apr 21, 2016 at 3:37 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> Missed with commit 100796c15c3 "gallium/radeon: drop support for LLVM
> 3.5"
>
> Cc: Marek Olšák <marek.olsak at amd.com>
> Cc: Nicolai Hähnle <nicolai.haehnle at amd.com>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
>  src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c | 8 +-------
>  1 file changed, 1 insertion(+), 7 deletions(-)
>
> diff --git a/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c b/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c
> index fb883cb..7e37a03 100644
> --- a/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c
> +++ b/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c
> @@ -1532,13 +1532,7 @@ void radeon_llvm_context_init(struct radeon_llvm_context * ctx, const char *trip
>         ctx->gallivm.context = LLVMContextCreate();
>         ctx->gallivm.module = LLVMModuleCreateWithNameInContext("tgsi",
>                                                 ctx->gallivm.context);
> -       LLVMSetTarget(ctx->gallivm.module,
> -
> -#if HAVE_LLVM < 0x0306
> -                       "r600--");
> -#else
> -                       triple);
> -#endif
> +       LLVMSetTarget(ctx->gallivm.module, triple);
>         ctx->gallivm.builder = LLVMCreateBuilderInContext(ctx->gallivm.context);
>
>         struct lp_build_tgsi_context * bld_base = &ctx->soa.bld_base;
> --
> 2.8.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list