You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if the compiler supports compiler switch `--fvisibility=hidden`
and the function annotation `__attribute__((visibility("default")))`.
If so, add the compiler definition `HAVE_ATTRIBUTE_VISIBILITY` to
the llvmlite target's compiler definitions.
Further set the target's default visibility to hidden when
compiling CXX files.
NOTE: Changes have no impact on `cmake_minimum_required(VERSION ...)` as
module `CheckCXXSourceCompiles` and `check_cxx_source_compiles`
are coming with CMake versions < 3.13.
0 commit comments