mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
4cbfcf1b7f
llvm: replace some deprecated functions `LLVMMDStringInContext` and `LLVMMDNodeInContext` are deprecated, replace them with `LLVMMDStringInContext2` and `LLVMMDNodeInContext2`. Also replace `Value` with `Metadata` in some function signatures for better consistency.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.