This is an ELF specific option which isn't supported for Windows/MinGW
targets, even if the MinGW linker otherwise uses a ld.bfd like linker
interface.
In llvm-shlib, there's already a separate if statement for
if (NOT LLVM_LINKER_IS_SOLARISLD AND NOT MINGW)
but I don't know if the solaris linker supports -Bsymbolic-functions
or not.