commit: 73d43648f698ad0f42e515704de493181eb557cf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 12:37:07 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 12:57:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d43648
sys-devel/clang: Remove obsolete test hack from 15.x
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-devel/clang/clang-15.0.0.9999.ebuild | 8 --------
1 file changed, 8 deletions(-)
diff --git a/sys-devel/clang/clang-15.0.0.9999.ebuild
b/sys-devel/clang/clang-15.0.0.9999.ebuild
index 45ad41bc559b..ce8bd9ade187 100644
--- a/sys-devel/clang/clang-15.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-15.0.0.9999.ebuild
@@ -89,14 +89,6 @@ src_prepare() {
mkdir -p x/y || die
BUILD_DIR=${WORKDIR}/x/y/clang
- # workaround another developer believing it's a great idea to use
- # private LLVM headers in clang
- # https://reviews.llvm.org/D120185
- mkdir -p unittests/ASTMatchers/llvm/Config || die
- cat > unittests/ASTMatchers/llvm/Config/config.h <<-EOF || die
- #define ENABLE_BACKTRACES 1
- EOF
-
llvm.org_src_prepare
# add Gentoo Portage Prefix for Darwin (see prefix-dirs.patch)