This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit e38d955
authored
Unrolled build for rust-lang#136326
Rollup merge of rust-lang#136326 - Zalathar:llvm-di-builder-ref, r=nikic
Replace our `LLVMRustDIBuilderRef` with LLVM-C's `LLVMDIBuilderRef`
Inspired by trying to split rust-lang#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.1 file changed
+101
-106
lines changed
0 commit comments