commit: 403306332c7ae107ff8bd4579e988667fb43c84c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 21:41:10 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 22:05:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40330633
sys-devel/llvm: Update the llvm-config for the live version, #574918
sys-devel/llvm/files/llvm-3.9-llvm-config.patch | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/sys-devel/llvm/files/llvm-3.9-llvm-config.patch
b/sys-devel/llvm/files/llvm-3.9-llvm-config.patch
index 90984e6..dc63b70 100644
--- a/sys-devel/llvm/files/llvm-3.9-llvm-config.patch
+++ b/sys-devel/llvm/files/llvm-3.9-llvm-config.patch
@@ -52,24 +52,3 @@ diff -Naur llvm-9999.orig/tools/llvm-config/llvm-config.cpp
llvm-9999/tools/llvm
} else if (Arg == "--link-shared") {
LinkMode = LinkModeShared;
} else if (Arg == "--link-static") {
-diff -Naur llvm-9999.orig/utils/llvm-build/llvmbuild/main.py
llvm-9999/utils/llvm-build/llvmbuild/main.py
---- llvm-9999.orig/utils/llvm-build/llvmbuild/main.py 2016-01-25
14:47:55.511301054 +0100
-+++ llvm-9999/utils/llvm-build/llvmbuild/main.py 2016-01-25
14:58:13.014228689 +0100
-@@ -393,6 +393,8 @@
- //
-
//===----------------------------------------------------------------------===//
-
-+#include "llvm/Config/config.h"
-+
- """)
- f.write('struct AvailableComponent {\n')
- f.write(' /// The name of the component.\n')
-@@ -413,7 +415,7 @@
- if library_name is None:
- library_name_as_cstr = 'nullptr'
- else:
-- library_name_as_cstr = '"lib%s.a"' % library_name
-+ library_name_as_cstr = '"lib%s" LTDL_SHLIB_EXT' % library_name
- if is_installed:
- is_installed_as_cstr = 'true'
- else: