Related to https://github.com/rust-lang/rust-bindgen/issues/2360#issuecomment-2367084230. [Here](https://github.com/llvm/llvm-project/blob/88bf774c565080e30e0a073676c316ab175303af/llvm/tools/llvm-config/llvm-config.cpp#L233) is the llvm-config code saying `--link-static` option is required for 'Link the component libraries statically'. clang-sys code [here](https://github.com/KyleMayes/clang-sys/blob/master/build/static.rs#L44) missed `--link-static` option.