void-packages/srcpkgs/llvm/patches/clang-plugin-loader-registry.patch

13 lines
399 B
Diff

# Get the correct list of symbols to export
# See http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-April/008559.html
--- autoconf/ExportMap.map 2010-02-25 00:33:41.000000000 +0200
+++ autoconf/ExportMap.map 2010-05-10 14:14:22.000000000 +0300
@@ -2,6 +2,7 @@
global: main;
__progname;
environ;
+ _ZN4llvm8RegistryIN5clang14FrontendActionENS_14RegistryTraitsIS2_EEE4HeadE;
local: *;
};