| # 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; | |
| }; |