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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-05-06 13:44:56 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-05-06 13:44:56 +0400
commitf39464870ccbf59702e644bcec58369770276826 (patch)
tree4edb4246e8fa0f9cdb94b639dc82abee2dce2cc0
parent43196852347ddc801c854ab73ecd3bb73350838a (diff)
Attempt to fix #35228: hide a few LLVM symbols that are not in the llvm namespace
to try to avoid conflicts with Mesa GL llvmpipe on linux.
-rw-r--r--source/creator/blender.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/creator/blender.map b/source/creator/blender.map
index 928d0c2d904..f583ddc1a89 100644
--- a/source/creator/blender.map
+++ b/source/creator/blender.map
@@ -11,6 +11,12 @@ global:
local:
*llvm*;
*LLVM*;
+ decodeInstruction;
+ ForceStackAlign;
+ _Jv_RegisterClasses;
+ Name;
+ NumNamedVarArgParams;
+ X86CompilationCallback*;
*boost*;
};