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.
This commit is contained in:
Matthias Krüger 2025-01-31 12:28:18 +01:00 committed by GitHub
commit 0691f71803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available