blob: c7a6f59aa73bc27b9eede3e3c6538b4603eb7f34 [file]
# Force-export just the exception stack tracer's __cxa_throw interposer into the
# executable's dynamic symbol table so it interposes throws from ALL modules
# (libstdc++ and other shared objects), overriding the default -fvisibility=hidden
# / --exclude-libs,ALL that would otherwise leave it a LOCAL symbol. Nothing else
# is exported.
{
__cxa_throw;
};