Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/files/6.0.1/, sys-devel/llvm/files/7.0.0/, sys-devel/llvm/
Date: Sun, 30 Dec 2018 11:40:20
Message-Id: 1546169989.99c388302385a655b8da39a7769f984c5724f58a.mgorny@gentoo
1 commit: 99c388302385a655b8da39a7769f984c5724f58a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 30 11:33:51 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 30 11:39:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c38830
7
8 sys-devel/llvm: Move old 7.0.0 patch to 6.0.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../0003-X86-Stop-X86DomainReassignment-from-creating-copies-.patch} | 0
13 sys-devel/llvm/llvm-6.0.1-r2.ebuild | 2 +-
14 2 files changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/llvm/files/7.0.0/0001-X86-Stop-X86DomainReassignment-from-creating-copies-.patch b/sys-devel/llvm/files/6.0.1/0003-X86-Stop-X86DomainReassignment-from-creating-copies-.patch
17 similarity index 100%
18 rename from sys-devel/llvm/files/7.0.0/0001-X86-Stop-X86DomainReassignment-from-creating-copies-.patch
19 rename to sys-devel/llvm/files/6.0.1/0003-X86-Stop-X86DomainReassignment-from-creating-copies-.patch
20
21 diff --git a/sys-devel/llvm/llvm-6.0.1-r2.ebuild b/sys-devel/llvm/llvm-6.0.1-r2.ebuild
22 index cd4c7fd72ce..b0e6b8982dc 100644
23 --- a/sys-devel/llvm/llvm-6.0.1-r2.ebuild
24 +++ b/sys-devel/llvm/llvm-6.0.1-r2.ebuild
25 @@ -89,7 +89,7 @@ src_prepare() {
26
27 # Fix x86 codegen bug triggered by Chromium
28 # https://bugs.gentoo.org/664868
29 - eapply "${FILESDIR}"/7.0.0/0001-X86-Stop-X86DomainReassignment-from-creating-copies-.patch
30 + eapply "${FILESDIR}"/6.0.1/0003-X86-Stop-X86DomainReassignment-from-creating-copies-.patch
31
32 # disable use of SDK on OSX, bug #568758
33 sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die