Here are two ways:
Going through each Rust version and checking the LLVM version it uses using rustc. A very accessible and convenient way to do this is using https://rust.godbolt.org/ which lets you switch between versions quickly.
Going to the Rust git repository and looking at the commit history of llvm-project: https://github.com/rust-lang/rust/commits/master/src/llvm-project