3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-28 08:58:44 +00:00
z3/src/shell
Arie Gurfinkel a9b7348b4b (cmake): fix visibility on shell z3 binary
Commit #b361226 changed symbol visibility from a global to a local option.
This creates inconsistency for shell that is compiled as an executable rather
than as z3 component.

This commit adds same local options to shell target in cmake.

Prior to the fix, clang on OSX complains with lots of warnings about symbol visibility
being different in different translation units that are linked together
2022-08-05 09:00:40 +03:00
..
CMakeLists.txt (cmake): fix visibility on shell z3 binary 2022-08-05 09:00:40 +03:00
datalog_frontend.cpp fix #5059: exit straight away on hard timeout 2021-03-01 14:34:41 +00:00
datalog_frontend.h booyah 2020-07-04 15:56:30 -07:00
dimacs_frontend.cpp CNF conversion refactoring (#5547) 2021-09-20 08:53:10 -07:00
dimacs_frontend.h booyah 2020-07-04 15:56:30 -07:00
drat_frontend.cpp drat 2022-06-11 09:15:32 -07:00
drat_frontend.h running updates to bv_solver (#4674) 2020-09-07 20:35:32 -07:00
lp_frontend.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
lp_frontend.h missing file 2017-05-09 15:18:15 -07:00
main.cpp #5215 2021-05-19 12:42:38 -07:00
opt_frontend.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
opt_frontend.h booyah 2020-07-04 15:56:30 -07:00
options.h Make sure all headers do #pragma once. (#6188) 2022-07-23 10:41:14 -07:00
smtlib_frontend.cpp fix #5059: exit straight away on hard timeout 2021-03-01 14:34:41 +00:00
smtlib_frontend.h add command-line help descriptions on tactics 2020-08-14 19:29:35 -07:00
z3_log_frontend.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
z3_log_frontend.h booyah 2020-07-04 15:56:30 -07:00