2012-11-21 22:28:15 +00:00
|
|
|
|
2012-11-27 10:24:18 +00:00
|
|
|
/* on Linux we exclude LLVM symbols, they conflict with Mesa llvmpipe
|
|
|
|
* we also keep boost's symbols local, since some python modules could
|
|
|
|
* be using boost as well (mainly that's for lux render)
|
|
|
|
*/
|
2012-11-21 22:28:15 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
global:
|
|
|
|
*;
|
2012-11-27 10:24:18 +00:00
|
|
|
*_boost*;
|
2012-11-21 22:28:15 +00:00
|
|
|
local:
|
2015-11-27 14:48:26 +05:00
|
|
|
*default_error_condition*;
|
2012-11-21 22:28:15 +00:00
|
|
|
*llvm*;
|
|
|
|
*LLVM*;
|
2013-05-06 09:44:56 +00:00
|
|
|
decodeInstruction;
|
|
|
|
ForceStackAlign;
|
|
|
|
_Jv_RegisterClasses;
|
|
|
|
Name;
|
|
|
|
NumNamedVarArgParams;
|
|
|
|
X86CompilationCallback*;
|
2012-11-27 10:24:18 +00:00
|
|
|
*boost*;
|
2014-11-17 16:35:36 +05:00
|
|
|
*SDL*;
|
2012-11-21 22:28:15 +00:00
|
|
|
};
|
|
|
|
|