commit:     059bfa10764c995a6f7827b98c0c861f1055e450
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 30 08:58:31 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 30 09:45:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059bfa10

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 <AT> gentoo.org>

 llvm-core/clang/clang-21.0.0.9999.ebuild | 9 ---------
 1 file changed, 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+=(

Reply via email to