[Bf-blender-cvs] [9d8a5834829] blender-v2.83-release: Fix T76414: crash using Python module that uses NVRTC

Brecht Van Lommel noreply at git.blender.org
Tue May 5 16:03:23 CEST 2020


Commit: 9d8a5834829c3a30048dffde2346878f71cbd5fb
Author: Brecht Van Lommel
Date:   Tue May 5 16:01:18 2020 +0200
Branches: blender-v2.83-release
https://developer.blender.org/rB9d8a5834829c3a30048dffde2346878f71cbd5fb

Fix T76414: crash using Python module that uses NVRTC

Hide the nvrtc* symbols just like we did for cu* already.

===================================================================

M	source/creator/blender.map
M	source/creator/osx_locals.map

===================================================================

diff --git a/source/creator/blender.map b/source/creator/blender.map
index 7720ad2b56c..5171e94382d 100644
--- a/source/creator/blender.map
+++ b/source/creator/blender.map
@@ -43,6 +43,7 @@ local:
   *LLVM*;
   *MathML*;
   *mkldnn*;
+  nvrtc*;
   oc_*;
   ogg*;
   *oidn*;
diff --git a/source/creator/osx_locals.map b/source/creator/osx_locals.map
index 50e7e9838d4..86cd32791dd 100644
--- a/source/creator/osx_locals.map
+++ b/source/creator/osx_locals.map
@@ -39,6 +39,7 @@ lame_*
 *mkldnn*
 Name
 NumNamedVarArgParams
+nvrtc*
 oc_*
 ogg*
 *oidn*



More information about the Bf-blender-cvs mailing list