How do I see which version of LLVM a rustc binary using?

There are many questions about this on SO, this forum, and GH, but none of them work today: https://github.com/rust-lang/rust/pull/37200#issuecomment-759289614 (I also tried -vV).

Is there a way to tell which version of LLVM a given rustc binary is using? I'm happy to search for strings or symbols etc. in the binary as long as it's reliable.

Thanks

Looks like this was broken by https://github.com/rust-lang/rust/pull/77975, I left a comment there

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.