llvm: sync patches with Arch, it works now with gcc 4.[56].x.

This commit is contained in:
Juan RP 2011-11-06 09:54:22 +01:00
parent 3cc393402f
commit e5312d9cfb
10 changed files with 111 additions and 4 deletions

View file

@ -0,0 +1,13 @@
# 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: *;
};