blender/source/creator/blender.map

12 lines
118 B
Plaintext
Raw Normal View History

/* on Linux we exclude LLVM symbols, they conflict with Mesa llvmpipe */
{
global:
*;
local:
*llvm*;
*LLVM*;
};