rust/compiler/rustc_codegen_llvm/src/llvm
Matthias Krüger 3d671c0d54
Rollup merge of #148103 - Zalathar:compression, r=wesleywiser
cg_llvm: Pass `debuginfo_compression` through FFI as an enum

There are only three possible values, making an enum more appropriate.

This avoids string allocation on the Rust side, and avoids ad-hoc `!strcmp` to convert back to an enum on the C++ side.
2025-10-31 18:41:51 +01:00
..
conversions.rs Remove inherent methods from several LLVM FFI types 2025-10-04 18:16:13 +10:00
diagnostic.rs Consistently import llvm::Type and llvm::Value 2025-10-06 13:09:16 +11:00
enzyme_ffi.rs autodiff: typetree recursive depth query from enzyme with fallback 2025-09-19 05:42:27 +00:00
ffi.rs Rollup merge of #148103 - Zalathar:compression, r=wesleywiser 2025-10-31 18:41:51 +01:00
metadata_kind.rs Replace MetadataType with the MetadataKindId constants 2025-09-30 20:10:30 +10:00
mod.rs Remove inherent methods from several LLVM FFI types 2025-10-04 18:16:13 +10:00