mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
951412e2f3
In LLVM 21 PR https://github.com/llvm/llvm-project/pull/130940 `TargetRegistry::createTargetMachine` was changed to take a `const Triple&` and has deprecated the old `StringRef` method. @rustbot label llvm-main