mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 03:18:08 +02:00
r600g/llvm: Fix opencl build
This commit is contained in:
parent
f1361ed084
commit
a6a4b70e2d
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ int r600_compute_shader_create(struct pipe_context * ctx,
|
|||
shader_ctx.bc->type = TGSI_PROCESSOR_COMPUTE;
|
||||
shader_ctx.bc->isa = r600_ctx->isa;
|
||||
r600_llvm_compile(mod, &bytes, &byte_count, r600_ctx->family,
|
||||
shader_ctx.bc, dump);
|
||||
shader_ctx.bc, &use_kill, dump);
|
||||
r600_bytecode_from_byte_stream(&shader_ctx, bytes, byte_count);
|
||||
if (shader_ctx.bc->chip_class == CAYMAN) {
|
||||
cm_bytecode_add_cf_end(shader_ctx.bc);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue