Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-roc/files/
Date: Thu, 27 Aug 2020 16:46:04
Message-Id: 1598546754.ed878d4b030c135bf7f8d1ec8788acfb518b0d94.candrews@gentoo
1 commit: ed878d4b030c135bf7f8d1ec8788acfb518b0d94
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 16:45:05 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 16:45:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed878d4b
7
8 sys-devel/llvm-roc: Restore accidentally deleted patch
9
10 files/llvm-roc-3.0.0-add_libraries.patch is still used; it shouldn't
11 have been deleted in commit 5c0896473f9742b66c2f63dae3f4989ed4feeb25
12
13 Closes: https://bugs.gentoo.org/739012
14
15 Package-Manager: Portage-3.0.4, Repoman-3.0.1
16 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
17
18 .../files/llvm-roc-3.0.0-add_libraries.patch | 20 ++++++++++++++++++++
19 1 file changed, 20 insertions(+)
20
21 diff --git a/sys-devel/llvm-roc/files/llvm-roc-3.0.0-add_libraries.patch b/sys-devel/llvm-roc/files/llvm-roc-3.0.0-add_libraries.patch
22 new file mode 100644
23 index 00000000000..120ab819f5b
24 --- /dev/null
25 +++ b/sys-devel/llvm-roc/files/llvm-roc-3.0.0-add_libraries.patch
26 @@ -0,0 +1,20 @@
27 +diff -Naur a/clang/lib/Basic/CMakeLists.txt b/clang/lib/Basic/CMakeLists.txt
28 +--- a/clang/lib/Basic/CMakeLists.txt 2019-12-28 07:42:49.119055933 +0100
29 ++++ b/clang/lib/Basic/CMakeLists.txt 2019-12-28 07:42:13.265056070 +0100
30 +@@ -2,6 +2,7 @@
31 + Core
32 + MC
33 + Support
34 ++ Option
35 + )
36 +
37 + find_first_existing_vc_file("${LLVM_MAIN_SRC_DIR}" llvm_vc)
38 +diff -Naur a/clang/lib/Driver/CMakeLists.txt b/clang/lib/Driver/CMakeLists.txt
39 +--- a/clang/lib/Driver/CMakeLists.txt 2019-12-28 07:41:39.521056199 +0100
40 ++++ b/clang/lib/Driver/CMakeLists.txt 2019-12-28 07:40:23.998056487 +0100
41 +@@ -79,4 +79,5 @@
42 + LINK_LIBS
43 + clangBasic
44 + ${system_libs}
45 ++ pthread
46 + )