cxx-modules-sandbox icon indicating copy to clipboard operation
cxx-modules-sandbox copied to clipboard

[CMake] Hide symbols with GCC

Open mathstuf opened this issue 3 years ago • 1 comments

Currently, -fvisibility=hidden causes module initializer symbols to be hidden. There is no way to tell GCC to export these symbols as __attribute__ is not allowed near the export module line.

mathstuf avatar Apr 20 '22 14:04 mathstuf

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105397

mathstuf avatar Apr 26 '22 17:04 mathstuf