This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/creator/blender.map
Brecht Van Lommel 54c8770692 Fix error using CUDA in plug-ins on Linux/macOS, hide our CUDA symbols
Better solution will be to hide all symbols by default, but this works for now.
2020-03-17 12:23:36 +01:00

27 lines
437 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*;
*embree*;
cu*;
};