[Mesa-dev] [PATCH 2/4] r600g: remove TGSI->LLVM translation
Grazvydas Ignotas
notasas at gmail.com
Fri Mar 11 18:23:20 UTC 2016
On Fri, Mar 11, 2016 at 7:48 PM, Marek Olšák <maraeo at gmail.com> wrote:
> Can you paste the build failures please?
In file included from compute_memory_pool.c:42:0:
evergreen_compute_internal.h:43:2: error: unknown type name ‘LLVMContextRef’
LLVMContextRef llvm_ctx;
^
evergreen_compute.c: In function ‘evergreen_create_compute_state’:
evergreen_compute.c:213:2: error: implicit declaration of function
‘r600_create_shader’ [-Werror=implicit-function-declaration]
r600_create_shader(&shader->bc, &shader->binary, &use_kill);
^
evergreen_compute.c: In function ‘evergreen_delete_compute_state’:
evergreen_compute.c:241:2: error: implicit declaration of function
‘r600_destroy_shader’ [-Werror=implicit-function-declaration]
r600_destroy_shader(&shader->bc);
^
evergreen_compute.c: In function ‘evergreen_launch_grid’:
evergreen_compute.c:556:2: error: implicit declaration of function
‘r600_shader_binary_read_config’
[-Werror=implicit-function-declaration]
r600_shader_binary_read_config(&shader->binary, &shader->bc,
^
cc1: some warnings being treated as errors
More information about the mesa-dev
mailing list