PCRE2Project / pcre2

PCRE2 development is now based here.
Other
919 stars 191 forks source link

m4/pcre2_visibility.m4: add basic support for non GCC compilers #421

Closed carenas closed 5 months ago

carenas commented 5 months ago

Tested with the latest version of SunPro and TinyCC. It would also allow for other clang proprietary derivatives.

As usual, would fall cleanly for the cases where there is no support for -fvisibility

PhilipHazel commented 5 months ago

This patch has broken the CIFuzz automatic check somehow.