mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
r600g/llvm: Fix build
This commit is contained in:
parent
e4e655fd11
commit
a0676968b9
1 changed files with 1 additions and 1 deletions
|
|
@ -1247,7 +1247,7 @@ static int r600_shader_from_tgsi(struct r600_screen *rscreen,
|
|||
unsigned inst_byte_count = 0;
|
||||
|
||||
#ifdef R600_USE_LLVM
|
||||
use_llvm = !(ctx->screen->debug_flags & DBG_NO_LLVM);
|
||||
use_llvm = !(rscreen->debug_flags & DBG_NO_LLVM);
|
||||
#endif
|
||||
ctx.bc = &shader->bc;
|
||||
ctx.shader = shader;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue