Skip to content

Commit 9b6ec30

Browse files
mgornyflint2
authored andcommitted
llvm-core/clang: Remove Z3 test hack
Remove the Z3 test hack, as the relevant tests are now fixed upstream. See-also: llvm/llvm-project#146284 Signed-off-by: Michał Górny <[email protected]>
1 parent a7b57ce commit 9b6ec30

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

llvm-core/clang/clang-21.0.0.9999.ebuild

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -318,15 +318,6 @@ multilib_src_configure() {
318318
mycmakeargs+=(
319319
-DCLANG_INCLUDE_DOCS=${build_docs}
320320
)
321-
else
322-
# A few tests compile a native z3 LD_PRELOAD library that does
323-
# not respect multilib flags. Apply a hack to skip these tests
324-
# for the time being.
325-
# https://github.com/llvm/llvm-project/pull/145731#issuecomment-3015197983
326-
mycmakeargs+=(
327-
-DZ3_INCLUDE_DIR=/dev/null
328-
-DZ3_LIBRARIES=/dev/null
329-
)
330321
fi
331322
if multilib_native_use extra; then
332323
mycmakeargs+=(

0 commit comments

Comments
 (0)