From f39464870ccbf59702e644bcec58369770276826 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 6 May 2013 09:44:56 +0000 Subject: 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. --- source/creator/blender.map | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/creator') 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*; }; -- cgit v1.2.3