gallivm: give more verbose names to modules
[mesa.git] / src / gallium / drivers / llvmpipe / lp_test_arit.c
index f8998c159fbca9b30786a44cdfbc4577262ce10d..bf405a54ae10b6eac9577543b6cd7a1f9124c830 100644 (file)
@@ -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);