aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-04-09 19:13:37 -0400
committerMarek Olšák <[email protected]>2018-04-27 17:56:04 -0400
commit797d673c9a8c2d0a392f80b3c2190606ba8a6c83 (patch)
tree76e34db0ba1ad6cd415d259b74afedd78cb7a597 /src/gallium/drivers/radeonsi/si_shader.h
parentc1823ff661b016defe93baa0038e5fd6ca8522c4 (diff)
radeonsi: move passmgr into si_compiler
Reviewed-by: Timothy Arceri <[email protected]> Tested-by: Benedikt Schemmer <ben at besd.de> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_shader.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h
index 8761bc7e7c9..a0122d23910 100644
--- a/src/gallium/drivers/radeonsi/si_shader.h
+++ b/src/gallium/drivers/radeonsi/si_shader.h
@@ -316,6 +316,7 @@ struct si_compiler {
LLVMTargetMachineRef tm;
const char *triple;
LLVMTargetLibraryInfoRef target_library_info;
+ LLVMPassManagerRef passmgr;
};
/* State of the context creating the shader object. */