summaryrefslogtreecommitdiffstats
path: root/abs/core/llvm/clang-plugin-loader-registry.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2011-07-21 07:25:14 (GMT)
committerBritney Fransen <brfransen@gmail.com>2011-07-21 07:25:14 (GMT)
commit56ff12b7fb2841e49431084a5b85d95fe8c9de2b (patch)
tree88afcc54e1ab91bc0f42b015a5fe066ffaf85bb6 /abs/core/llvm/clang-plugin-loader-registry.patch
parent4ee0734b55d58f9b6088e781fbcdaab57a4a05a1 (diff)
downloadlinhes_pkgbuild-56ff12b7fb2841e49431084a5b85d95fe8c9de2b.zip
linhes_pkgbuild-56ff12b7fb2841e49431084a5b85d95fe8c9de2b.tar.gz
linhes_pkgbuild-56ff12b7fb2841e49431084a5b85d95fe8c9de2b.tar.bz2
llvm: Initial inclusion
Diffstat (limited to 'abs/core/llvm/clang-plugin-loader-registry.patch')
-rw-r--r--abs/core/llvm/clang-plugin-loader-registry.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/llvm/clang-plugin-loader-registry.patch b/abs/core/llvm/clang-plugin-loader-registry.patch
new file mode 100644
index 0000000..f46eb9f
--- /dev/null
+++ b/abs/core/llvm/clang-plugin-loader-registry.patch
@@ -0,0 +1,11 @@
+diff -upr llvm-2.7.orig/autoconf/ExportMap.map llvm-2.7/autoconf/ExportMap.map
+--- llvm-2.7.orig/autoconf/ExportMap.map 2010-02-25 00:33:41.000000000 +0200
++++ llvm-2.7/autoconf/ExportMap.map 2010-05-10 14:14:22.000000000 +0300
+@@ -2,6 +2,7 @@
+ global: main;
+ __progname;
+ environ;
++ _ZN4llvm8RegistryIN5clang14FrontendActionENS_14RegistryTraitsIS2_EEE4HeadE;
+
+ local: *;
+ };