immunant / IA2-Phase2

5 stars 0 forks source link

runtime: mark runtime functions used by other TUs as `__attribute__((visibility("default")))` #444

Closed kkysen closed 1 month ago

kkysen commented 1 month ago

Making the visibility explicit for these allows projects to be compiled with -fvisibility=hidden, which sets the default (not default) to hidden.