rust/compiler/rustc_codegen_llvm/src/debuginfo
bors 4cbfcf1b7f Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic
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.
2024-09-24 12:07:48 +00:00
..
metadata Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
create_scope_map.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
doc.md fix most compiler/ doctests 2022-05-02 17:40:30 -07:00
gdb.rs Reformat some comments. 2024-09-19 20:11:28 +10:00
metadata.rs Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic 2024-09-24 12:07:48 +00:00
mod.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
namespace.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
utils.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00