llvm: sync patches with Arch, it works now with gcc 4.[56].x.
This commit is contained in:
parent
3cc393402f
commit
e5312d9cfb
10 changed files with 111 additions and 4 deletions
13
srcpkgs/llvm/patches/clang-plugin-loader-registry.patch
Normal file
13
srcpkgs/llvm/patches/clang-plugin-loader-registry.patch
Normal 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: *;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue