Bug ID | 91985 |
---|---|
Summary | [regression, bisected] FTBFS with commit f9f5c92f73: R600_UCP_CONST_BUFFER is undefined |
Product | Mesa |
Version | git |
Hardware | All |
OS | All |
Status | NEW |
Keywords | bisected, regression |
Severity | blocker |
Priority | highest |
Component | Drivers/Gallium/r600 |
Assignee | dri-devel@lists.freedesktop.org |
Reporter | kai@dev.carbon-project.org |
QA Contact | dri-devel@lists.freedesktop.org |
CC | vljn@ovi.com |
The following commit makes compiling Mesa with --enable-opencl impossible, since that pulls r600_llvm.c in. commit f9f5c92f734c517c1bd486f5a3b1931ea6f871a5 Author: Vincent Lejeune <vljn@ovi.com> Date: Sat Jan 19 22:27:16 2013 +0100 r600g/llvm: Fixes addressspace of basevectors for clipvertex Excerpt from build log: > ../../../../../../src/gallium/drivers/r600/r600_llvm.c: In function 'llvm_emit_epilogue': > ../../../../../../src/gallium/drivers/r600/r600_llvm.c:25:70: error: 'R600_UCP_CONST_BUFFER' undeclared (first use in this function) > #define CONSTANT_BUFFER_1_ADDR_SPACE (CONSTANT_BUFFER_0_ADDR_SPACE + R600_UCP_CONST_BUFFER) > ^ > ../../../../../../src/gallium/drivers/r600/r600_llvm.c:271:75: note: in expansion of macro 'CONSTANT_BUFFER_1_ADDR_SPACE' > LLVMValueRef base_vector = llvm_load_const_buffer(bld_base, offset, CONSTANT_BUFFER_1_ADDR_SPACE); > ^ > ../../../../../../src/gallium/drivers/r600/r600_llvm.c:25:70: note: each undeclared identifier is reported only once for each function it appears in > #define CONSTANT_BUFFER_1_ADDR_SPACE (CONSTANT_BUFFER_0_ADDR_SPACE + R600_UCP_CONST_BUFFER) > ^ > ../../../../../../src/gallium/drivers/r600/r600_llvm.c:271:75: note: in expansion of macro 'CONSTANT_BUFFER_1_ADDR_SPACE' > LLVMValueRef base_vector = llvm_load_const_buffer(bld_base, offset, CONSTANT_BUFFER_1_ADDR_SPACE); > ^ > Makefile:834: recipe for target 'r600_llvm.lo' failed > make[4]: *** [r600_llvm.lo] Error 1 Please revert or fix.
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel