Re: [Mesa-dev] [PATCH] android: fix LLVM version string related building errors

2019-04-13 Thread Mauro Rossi
Hi, On Sat, Apr 13, 2019 at 6:32 PM Eric Engestrom wrote: > > On 2019-04-13 at 01:36, Mauro Rossi wrote: > > Just a message to Eric, > > > > as per our previous private thread, > > Sorry, I completely forgot to actually send the fix :facepalm: No problem > > > > > I've checked that the Android

Re: [Mesa-dev] [PATCH] android: fix LLVM version string related building errors

2019-04-13 Thread Eric Engestrom
On 2019-04-13 at 01:36, Mauro Rossi wrote: > Just a message to Eric, > > as per our previous private thread, Sorry, I completely forgot to actually send the fix :facepalm: > > I've checked that the Android build works, > but we use libLLVM70 name in library dependency. I don't understand the

Re: [Mesa-dev] [PATCH] android: fix LLVM version string related building errors

2019-04-12 Thread Mauro Rossi
Just a message to Eric, as per our previous private thread, I've checked that the Android build works, but we use libLLVM70 name in library dependency. Please adapt and apply the patch to mesa dev branch, to fix the breakage \ prior to " in the LLVM version string value, just touching Android.m

[Mesa-dev] [PATCH] android: fix LLVM version string related building errors

2019-04-12 Thread Mauro Rossi
Fixes the following building errors: external/mesa/src/gallium/drivers/r600/r600_pipe_common.c:1290:14: error: expected ')' ", LLVM " MESA_LLVM_VERSION_STRING ^ :8:34: note: expanded from here ^ external/mesa/src/gallium/