X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fllvmpipe%2Flp_test_arit.c;h=bf405a54ae10b6eac9577543b6cd7a1f9124c830;hb=26cac02c51db0f49f6c67d3cd029ce044a087473;hp=f8998c159fbca9b30786a44cdfbc4577262ce10d;hpb=0b239d9ed98f197176e2c9ccaaa3fb475144d23d;p=mesa.git diff --git a/src/gallium/drivers/llvmpipe/lp_test_arit.c b/src/gallium/drivers/llvmpipe/lp_test_arit.c index f8998c159fb..bf405a54ae1 100644 --- a/src/gallium/drivers/llvmpipe/lp_test_arit.c +++ b/src/gallium/drivers/llvmpipe/lp_test_arit.c @@ -354,7 +354,7 @@ test_unary(unsigned verbose, FILE *fp, const struct unary_test_t *test) in[i] = 1.0; } - gallivm = gallivm_create(); + gallivm = gallivm_create("test_module"); test_func = build_unary_test_func(gallivm, test);