summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-11 12:45:31 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-11 12:58:49 +0200
commitea12c90cd743ea584f8838f170401982949cedf5 (patch)
tree7f3d5f0c8d99e2b753befc4fe6e4c53d129f4a2f /sys-devel
parentnet-mail/libdbx: fix lto mismatch and build w/ upcoming clang16 (diff)
downloadgentoo-ea12c90cd743ea584f8838f170401982949cedf5.tar.gz
gentoo-ea12c90cd743ea584f8838f170401982949cedf5.tar.bz2
gentoo-ea12c90cd743ea584f8838f170401982949cedf5.zip
sys-devel/clang: Remove redundant LLVM_MAIN_SRC_DIR
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/clang/clang-16.0.0.9999.ebuild1
-rw-r--r--sys-devel/clang/clang-16.0.0_pre20221010.ebuild1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys-devel/clang/clang-16.0.0.9999.ebuild b/sys-devel/clang/clang-16.0.0.9999.ebuild
index a6720406d20e..8ac8c4669a40 100644
--- a/sys-devel/clang/clang-16.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-16.0.0.9999.ebuild
@@ -278,7 +278,6 @@ multilib_src_configure() {
-DPython3_EXECUTABLE="${PYTHON}"
)
use test && mycmakeargs+=(
- -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm"
-DLLVM_LIT_ARGS="$(get_lit_flags)"
)
diff --git a/sys-devel/clang/clang-16.0.0_pre20221010.ebuild b/sys-devel/clang/clang-16.0.0_pre20221010.ebuild
index a6720406d20e..8ac8c4669a40 100644
--- a/sys-devel/clang/clang-16.0.0_pre20221010.ebuild
+++ b/sys-devel/clang/clang-16.0.0_pre20221010.ebuild
@@ -278,7 +278,6 @@ multilib_src_configure() {
-DPython3_EXECUTABLE="${PYTHON}"
)
use test && mycmakeargs+=(
- -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm"
-DLLVM_LIT_ARGS="$(get_lit_flags)"
)