Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 0/3] llvm.eclass: Fix prepending path and add tests
Date: Tue, 26 May 2020 07:45:04
Message-Id: 20200526074432.136139-1-mgorny@gentoo.org
1 Hi,
2
3 Here's a quick patch series that aims to fix prepending PATH to stop
4 overriding distcc/ccache/etc. While at it, it adds some tests
5 to the eclass. Please review.
6
7
8 Michał Górny (3):
9 llvm.eclass: Add initial tests
10 llvm.eclass: Remove remnants of slot :0 support
11 llvm.eclass: Fix prepending LLVM path before system paths
12
13 eclass/llvm.eclass | 39 ++++++++----
14 eclass/tests/llvm.sh | 138 +++++++++++++++++++++++++++++++++++++++++++
15 2 files changed, 164 insertions(+), 13 deletions(-)
16 create mode 100755 eclass/tests/llvm.sh
17
18 --
19 2.26.2

Replies