About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_init.h
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2016-04-15 11:27:02 +0100
committerJose Fonseca <jfonseca@vmware.com>2016-04-19 11:31:26 +0100
commitb5ca689ceea39dc54ffa47d263dc1a6705702c6e (patch)
tree8e237e817797c451e79bddc8b97736bb1429bdff /src/gallium/auxiliary/gallivm/lp_bld_init.h
parent969ba8bfa7de544d2782a96ff6b66fe912f5e290 (diff)
gallivm: Remove lp_get_module_id.
Just keep a copy of the module_name in gallivm. Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_init.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_init.h b/src/gallium/auxiliary/gallivm/lp_bld_init.h
index f0155b3a2ef..62ca0c7faa4 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_init.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_init.h
@@ -41,6 +41,7 @@ extern "C" {
struct gallivm_state
{
+ char *module_name;
LLVMModuleRef module;
LLVMExecutionEngineRef engine;
LLVMTargetDataRef target;