blender/source/creator/blender.map
Sergey Sharybin bfaebeaee6 Fix T46799: Blender crashes when enumerating POCL devices
The issue was caused by a conflict between std::error_code linked into
Blender which is compiled without C++11 support and POCL's expectations
of std::error_code which was actually linked against C++11's STL.
2015-11-27 14:48:26 +05:00

25 lines
420 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:
*default_error_condition*;
*llvm*;
*LLVM*;
decodeInstruction;
ForceStackAlign;
_Jv_RegisterClasses;
Name;
NumNamedVarArgParams;
X86CompilationCallback*;
*boost*;
*SDL*;
};