Branch: refs/heads/thaines/cmake_visibility_opt
Home: https://github.com/dyninst/dyninst
Commit: c39d9e3d01931f478c053272b3d9f1faea1057e3
https://github.com/dyninst/dyninst/commit/c39d9e3d01931f478c053272b3d9f1faea1057e3
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-02-26 (Mon, 26 Feb 2024)
Changed paths:
M cmake/DyninstLibrarySettings.cmake
Log Message:
-----------
Add CMake option to control symbol visibility
Currently, all symbols are hidden by default and
then explicitly made visible. This is the behavior
we want for publishing Dyninst libraries, but unit
testing the internal functionality requires access
to these symbols. This option allows that.
It is explicitly not described in DyninstOptions.cmake
because it is not intended to be used by regular users.
To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
|