According to clang's documentation,
Clang supports a wide variety of C standard library implementations.
But it lacks the information about how to actually use desired libc.
For example, how to use clang with musl if my system provides Glibc by default? Do I need musl-built clang itesl?