summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-11 12:18:59 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-11 12:19:57 +0200
commit6becc337cc30aad8c3e5a17d8aa323eadc8e0ba3 (patch)
tree43bd8ef3841260f5414d1013e61e95f260e9e723
parentapp-i18n/kcc: EAPI7->8, fix build w/ upcoming clang16 (diff)
downloadgentoo-6becc337cc30aad8c3e5a17d8aa323eadc8e0ba3.tar.gz
gentoo-6becc337cc30aad8c3e5a17d8aa323eadc8e0ba3.tar.bz2
gentoo-6becc337cc30aad8c3e5a17d8aa323eadc8e0ba3.zip
sys-devel/clang: Remove unnecessary LLVM_EXTERNAL_LIT hack
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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 6757a9e16e45..a6720406d20e 100644
--- a/sys-devel/clang/clang-16.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-16.0.0.9999.ebuild
@@ -279,7 +279,6 @@ multilib_src_configure() {
)
use test && mycmakeargs+=(
-DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm"
- -DLLVM_EXTERNAL_LIT="${BUILD_DIR}/bin/llvm-lit"
-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 6757a9e16e45..a6720406d20e 100644
--- a/sys-devel/clang/clang-16.0.0_pre20221010.ebuild
+++ b/sys-devel/clang/clang-16.0.0_pre20221010.ebuild
@@ -279,7 +279,6 @@ multilib_src_configure() {
)
use test && mycmakeargs+=(
-DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm"
- -DLLVM_EXTERNAL_LIT="${BUILD_DIR}/bin/llvm-lit"
-DLLVM_LIT_ARGS="$(get_lit_flags)"
)