Linking libclang.so is currently broken on Solaris:
ld: fatal: option --version-script requires option -z gnu-version-script-compat to be specified
While Solaris ld supports a considerable subset of --version-script, there are some
elements of the syntax that aren't.
The fix is equivalent to D78510. Additionally, use C-style comments is a GNU extension
that can easily be avoided by using # as comment character.
Tested on amd64-pc-solaris2.11 and sparcv9-sun-solaris2.11.
GNU ld doesn't support # comments. ld.lld supports it.