gallivm: add no-signed-zeros-fp-math option to lp_create_builder (v2)
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_init.h
index f0155b3a2ef9398bfc0b4a1a07b9f30e7af90656..62ca0c7faa47057db3e35426bc8817809ca185d1 100644 (file)
@@ -41,6 +41,7 @@ extern "C" {
 
 struct gallivm_state
 {
+   char *module_name;
    LLVMModuleRef module;
    LLVMExecutionEngineRef engine;
    LLVMTargetDataRef target;