Re: [Mesa-dev] [PATCH] swr/rast: Rename createInstructionSimplifierPass with llvm-7.0.

2018-08-31 Thread Juan A. Suarez Romero
Tested-by: Juan A. Suarez J.A. On Sat, 2018-06-30 at 15:10 +, Vinson Lee wrote: > Fix build error after llvm-7.0svn r336028 ("[instsimplify] Move the > instsimplify pass to use more obvious file names and diretory."). > > rasterizer/jitter/blend_jit.cpp:873:20: error: use of

[Mesa-dev] [PATCH] swr/rast: Rename createInstructionSimplifierPass with llvm-7.0.

2018-06-30 Thread Vinson Lee
Fix build error after llvm-7.0svn r336028 ("[instsimplify] Move the instsimplify pass to use more obvious file names and diretory."). rasterizer/jitter/blend_jit.cpp:873:20: error: use of undeclared identifier 'createInstructionSimplifierPass'