summaryrefslogtreecommitdiff
path: root/llvm-core/clang/clang-21.0.0.9999.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-06-30 10:58:31 +0200
committerMichał Górny <mgorny@gentoo.org>2025-06-30 11:45:44 +0200
commit059bfa10764c995a6f7827b98c0c861f1055e450 (patch)
tree226bfcc79457792dbe516796fc9c2aee57c128e6 /llvm-core/clang/clang-21.0.0.9999.ebuild
parentc2de2cd3abdcb5beb7272ea27489d1b1bf5fcd55 (diff)
downloadgentoo-059bfa10764c995a6f7827b98c0c861f1055e450.tar.gz
gentoo-059bfa10764c995a6f7827b98c0c861f1055e450.tar.bz2
gentoo-059bfa10764c995a6f7827b98c0c861f1055e450.zip
llvm-core/clang: Remove Z3 test hack
Remove the Z3 test hack, as the relevant tests are now fixed upstream. See-also: https://github.com/llvm/llvm-project/pull/146284 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'llvm-core/clang/clang-21.0.0.9999.ebuild')
-rw-r--r--llvm-core/clang/clang-21.0.0.9999.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm-core/clang/clang-21.0.0.9999.ebuild b/llvm-core/clang/clang-21.0.0.9999.ebuild
index ec6d5013a836..063413a4d610 100644
--- a/llvm-core/clang/clang-21.0.0.9999.ebuild
+++ b/llvm-core/clang/clang-21.0.0.9999.ebuild
@@ -318,15 +318,6 @@ multilib_src_configure() {
mycmakeargs+=(
-DCLANG_INCLUDE_DOCS=${build_docs}
)
- else
- # A few tests compile a native z3 LD_PRELOAD library that does
- # not respect multilib flags. Apply a hack to skip these tests
- # for the time being.
- # https://github.com/llvm/llvm-project/pull/145731#issuecomment-3015197983
- mycmakeargs+=(
- -DZ3_INCLUDE_DIR=/dev/null
- -DZ3_LIBRARIES=/dev/null
- )
fi
if multilib_native_use extra; then
mycmakeargs+=(