Welcome to mirror list, hosted at ThFree Co, Russian Federation.

blender.map « creator « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c34dea3338fa185568b337cfeeecd2aaf33ebf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

/* 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*;
};