mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

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