creating statically linked clang?

Is it possible to create a clang executable statically linked against libstdc++ or libc++? And libc too, for bonus points? I presume it is indeed possible but I’ve encountered build errors so I’m stuck wondering whether I’m doing it wrong (definitely possible, if not likely) or perhaps it’s an uncommon/unsupported use case that requires some tweaks to support.