mirror of
https://github.com/Z3Prover/z3
synced 2025-10-27 01:39:22 +00:00
This a workaround. Right now `libz3` gets linked against a static UBSan runtime which means none of the non-native language bindings (e.g. python) can load `libz3` due to undefined symbols. We need to link `libz3` against a shared UBSan runtime to fix this. |
||
|---|---|---|
| .. | ||
| build_z3_cmake.sh | ||
| ci_defaults.sh | ||
| install_deps_osx.sh | ||
| run_quiet.sh | ||
| sanitizer_env.sh | ||
| set_compiler_flags.sh | ||
| set_generator_args.sh | ||
| test_z3_docs.sh | ||
| test_z3_examples_cmake.sh | ||
| test_z3_install_cmake.sh | ||
| test_z3_system_tests.sh | ||
| test_z3_unit_tests_cmake.sh | ||
| travis_ci_entry_point.sh | ||
| travis_ci_linux_entry_point.sh | ||
| travis_ci_osx_entry_point.sh | ||