[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56507] trunk/blender/source/creator/ blender.map: Attempt to fix #35228: hide a few LLVM symbols that are not in the llvm namespace

Brecht Van Lommel brechtvanlommel at pandora.be
Mon May 6 11:44:57 CEST 2013


Revision: 56507
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56507
Author:   blendix
Date:     2013-05-06 09:44:56 +0000 (Mon, 06 May 2013)
Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/blender/source/creator/blender.map

Modified: trunk/blender/source/creator/blender.map
===================================================================
--- trunk/blender/source/creator/blender.map	2013-05-06 03:35:21 UTC (rev 56506)
+++ trunk/blender/source/creator/blender.map	2013-05-06 09:44:56 UTC (rev 56507)
@@ -11,6 +11,12 @@
 local:
 	*llvm*;
 	*LLVM*;
+	decodeInstruction;
+	ForceStackAlign;
+	_Jv_RegisterClasses;
+	Name;
+	NumNamedVarArgParams;
+	X86CompilationCallback*;
 	*boost*;
 };
 




More information about the Bf-blender-cvs mailing list