blender/source/creator/blender.map
Brecht Van Lommel f39464870c Attempt to fix #35228: hide a few LLVM symbols that are not in the llvm namespace
to try to avoid conflicts with Mesa GL llvmpipe on linux.
2013-05-06 09:44:56 +00:00

23 lines
384 B
Plaintext

/* 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)
*/
{
global:
*;
*_boost*;
local:
*llvm*;
*LLVM*;
decodeInstruction;
ForceStackAlign;
_Jv_RegisterClasses;
Name;
NumNamedVarArgParams;
X86CompilationCallback*;
*boost*;
};