Re: [Mesa-dev] [PATCH] nv50/ir: fix link-time build failure

2018-09-23 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Sun, Sep 23, 2018 at 12:59 PM, Rhys Perry wrote: > Seems this fixes linking problems that occur in some situations. > > Signed-off-by: Rhys Perry > --- > src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deleti

[Mesa-dev] [PATCH] nv50/ir: fix link-time build failure

2018-09-23 Thread Rhys Perry
Seems this fixes linking problems that occur in some situations. Signed-off-by: Rhys Perry --- src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp b/src/ga