From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AA72138350 for ; Fri, 31 Jan 2020 11:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52680E084E; Fri, 31 Jan 2020 11:34:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C84E2E084E for ; Fri, 31 Jan 2020 11:34:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92C1C34E5EF for ; Fri, 31 Jan 2020 11:34:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11F567B for ; Fri, 31 Jan 2020 11:34:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1580470472.2760e73f81c082c28e14efbd6000a875a080d287.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lldb/lldb-10.0.0.9999.ebuild dev-util/lldb/lldb-10.0.0_rc1.ebuild dev-util/lldb/lldb-11.0.0.9999.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2760e73f81c082c28e14efbd6000a875a080d287 X-VCS-Branch: master Date: Fri, 31 Jan 2020 11:34:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4da04cd5-264f-4ec4-94a9-88015ab95e75 X-Archives-Hash: 07737be922d0f93e2ada54aa9af5e287 commit: 2760e73f81c082c28e14efbd6000a875a080d287 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 31 11:24:08 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 31 11:34:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2760e73f dev-util/lldb: Update LLDB_TEST_COMPILER var Signed-off-by: Michał Górny gentoo.org> dev-util/lldb/lldb-10.0.0.9999.ebuild | 3 +-- dev-util/lldb/lldb-10.0.0_rc1.ebuild | 3 +-- dev-util/lldb/lldb-11.0.0.9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-util/lldb/lldb-10.0.0.9999.ebuild b/dev-util/lldb/lldb-10.0.0.9999.ebuild index de7777bae71..332d07439b7 100644 --- a/dev-util/lldb/lldb-10.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-10.0.0.9999.ebuild @@ -70,8 +70,7 @@ src_configure() { use test && mycmakeargs+=( -DLLVM_BUILD_TESTS=$(usex test) # compilers for lit tests - -DLLDB_TEST_C_COMPILER="$(type -P clang)" - -DLLDB_TEST_CXX_COMPILER="$(type -P clang++)" + -DLLDB_TEST_COMPILER="$(type -P clang)" -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm" -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" diff --git a/dev-util/lldb/lldb-10.0.0_rc1.ebuild b/dev-util/lldb/lldb-10.0.0_rc1.ebuild index de7777bae71..332d07439b7 100644 --- a/dev-util/lldb/lldb-10.0.0_rc1.ebuild +++ b/dev-util/lldb/lldb-10.0.0_rc1.ebuild @@ -70,8 +70,7 @@ src_configure() { use test && mycmakeargs+=( -DLLVM_BUILD_TESTS=$(usex test) # compilers for lit tests - -DLLDB_TEST_C_COMPILER="$(type -P clang)" - -DLLDB_TEST_CXX_COMPILER="$(type -P clang++)" + -DLLDB_TEST_COMPILER="$(type -P clang)" -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm" -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" diff --git a/dev-util/lldb/lldb-11.0.0.9999.ebuild b/dev-util/lldb/lldb-11.0.0.9999.ebuild index de7777bae71..332d07439b7 100644 --- a/dev-util/lldb/lldb-11.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-11.0.0.9999.ebuild @@ -70,8 +70,7 @@ src_configure() { use test && mycmakeargs+=( -DLLVM_BUILD_TESTS=$(usex test) # compilers for lit tests - -DLLDB_TEST_C_COMPILER="$(type -P clang)" - -DLLDB_TEST_CXX_COMPILER="$(type -P clang++)" + -DLLDB_TEST_COMPILER="$(type -P clang)" -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm" -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"