Re: [Mesa-dev] [PATCH 05/16] targets/xvmc: limit the amount of exported symbols

2014-04-06 Thread Christian König
Am 05.04.2014 03:46, schrieb Emil Velikov: In the presence of LLVM the final library exports every symbol from the llvm namespace. Resolve this by using a version script (w/o the version/name tag). Considering that there are only ~25 symbols, explicitly list them to minimize the chances of rogue

[Mesa-dev] [PATCH 05/16] targets/xvmc: limit the amount of exported symbols

2014-04-04 Thread Emil Velikov
In the presence of LLVM the final library exports every symbol from the llvm namespace. Resolve this by using a version script (w/o the version/name tag). Considering that there are only ~25 symbols, explicitly list them to minimize the chances of rogue symbols sneaking in. Drop the *winsys_creat