Re: [Mesa-dev] [PATCH 3/8] android: remove static linking LLVM parts.

2017-01-10 Thread Emil Velikov
On 6 January 2017 at 17:35, Wu Zhen wrote: > From: WuZhen > > linking against llvm with both static and shared lib will > cause problems. Nicely spotted - I did not see/realise that we do shared LLVM link further up. Maybe (_only_ maybe) the Mesa Android build can get a toggle to select which on

[Mesa-dev] [PATCH 3/8] android: remove static linking LLVM parts.

2017-01-06 Thread Wu Zhen
From: WuZhen linking against llvm with both static and shared lib will cause problems. requires a companion changes in android llvm Change-Id: I1d459135f7e5e242164abe38cd15f0a49448e495 Reviewed-by: Mauro Rossi Reviewed-by: Chih-Wei Huang --- src/gallium/targets/dri/Android.mk | 7 +-- 1 f