Re: [Mesa-dev] [PATCH] autotools: Set C++ visibility flags on Intel

2017-11-09 Thread Matt Turner
On Thu, Nov 9, 2017 at 1:58 PM, Dylan Baker wrote: > These flags are set for C sources, but not C++. This causes symbol > visibility leaks from the C++ parts of the Intel compiler. > > fixes: 700bebb958e93f4d ("i965: Move the back-end compiler to > src/intel/compiler") Fixes > Signed-off-by: Dy

[Mesa-dev] [PATCH] autotools: Set C++ visibility flags on Intel

2017-11-09 Thread Dylan Baker
These flags are set for C sources, but not C++. This causes symbol visibility leaks from the C++ parts of the Intel compiler. fixes: 700bebb958e93f4d ("i965: Move the back-end compiler to src/intel/compiler") Signed-off-by: Dylan Baker --- src/intel/Makefile.am | 3 +++ 1 file changed, 3 inser