diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-06-30 10:58:31 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-06-30 11:45:44 +0200 |
| commit | 059bfa10764c995a6f7827b98c0c861f1055e450 (patch) | |
| tree | 226bfcc79457792dbe516796fc9c2aee57c128e6 /llvm-core/clang/clang-21.0.0.9999.ebuild | |
| parent | c2de2cd3abdcb5beb7272ea27489d1b1bf5fcd55 (diff) | |
| download | gentoo-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.ebuild | 9 |
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+=( |
