From: Emil Velikov <[email protected]> LLVM versions earlier than 5.0.1 are no longer supported.
Cc: Roland Scheidegger <[email protected]> Cc: Jose Fonseca <[email protected]> Signed-off-by: Emil Velikov <[email protected]> --- src/gallium/drivers/llvmpipe/lp_jit.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_jit.c b/src/gallium/drivers/llvmpipe/lp_jit.c index e2309f47157..ae5b0fe8151 100644 --- a/src/gallium/drivers/llvmpipe/lp_jit.c +++ b/src/gallium/drivers/llvmpipe/lp_jit.c @@ -223,13 +223,9 @@ lp_jit_create_types(struct lp_fragment_shader_variant *lp) } if (gallivm_debug & GALLIVM_DEBUG_IR) { -#if HAVE_LLVM >= 0x304 char *str = LLVMPrintModuleToString(gallivm->module); fprintf(stderr, "%s", str); LLVMDisposeMessage(str); -#else - LLVMDumpModule(gallivm->module); -#endif } } -- 2.19.1 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
