mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 08:30:10 +01:00
r600g: Fix build with LLVM compiler
This commit is contained in:
parent
bfe489c76b
commit
bbb2ebe2fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1269,7 +1269,7 @@ static int r600_shader_from_tgsi(struct r600_screen *rscreen,
|
|||
dump = 1;
|
||||
}
|
||||
if (r600_llvm_compile(mod, &inst_bytes, &inst_byte_count,
|
||||
rctx->family, dump)) {
|
||||
rscreen->family, dump)) {
|
||||
FREE(inst_bytes);
|
||||
radeon_llvm_dispose(&radeon_llvm_ctx);
|
||||
use_llvm = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue