Allow Rust to build against ports LLVM.
- Build issues in PR/223300,223342 are no longer reproducible with Rust 1.56 and LLVM 13.
- https://github.com/rust-lang/rust/issues/46181 is fixed.
- Upstream tracks upstream LLVM "pretty closely" [1][2].
llvm-config in cargo.toml implies linking to LLVM libraries, -Lnative is passed for linking to proceed.
[1]: https://github.com/rust-lang/rust/issues/46437#issuecomment-426696032
[2]: https://github.com/rust-lang/llvm-project/commits/rustc/14.0-2022-06-20