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. |
||
|---|---|---|
| .. | ||
| conversions.rs | ||
| diagnostic.rs | ||
| enzyme_ffi.rs | ||
| ffi.rs | ||
| metadata_kind.rs | ||
| mod.rs | ||