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: dc7bc3151e886719a05ca467609e1395a5a1d0e0 (plain)
1
2
3
4
5
6
7
8
9
10
11

/* on Linux we exclude LLVM symbols, they conflict with Mesa llvmpipe */

{
global:
	*;
local:
	*llvm*;
	*LLVM*;
};