rust/compiler/rustc_llvm
Matthias Krüger a5a005febe
Rollup merge of #136326 - Zalathar:llvm-di-builder-ref, r=nikic
Replace our `LLVMRustDIBuilderRef` with LLVM-C's `LLVMDIBuilderRef`

Inspired by trying to split #134009 into smaller steps that are easier to review individually.

This makes it possible to start incrementally replacing our debuginfo bindings with the ones in the LLVM-C API, all of which operate on `LLVMDIBuilderRef`.

There should be no change to compiler behaviour.
2025-01-31 12:28:18 +01:00
..
llvm-wrapper Rollup merge of #136326 - Zalathar:llvm-di-builder-ref, r=nikic 2025-01-31 12:28:18 +01:00
src Make RustString an extern type to avoid improper_ctypes warnings 2024-11-09 11:07:44 +11:00
build.rs Fix typos 2024-12-27 21:35:57 +08:00
Cargo.toml Bump cc in the compiler 2025-01-03 11:51:13 +00:00