Use the object crate rather than LLVM for extracting bitcode sections

This commit is contained in:
bjorn3
2025-07-25 09:42:18 +00:00
parent 27e2709f3e
commit fe2eeabe27
5 changed files with 10 additions and 66 deletions

View File

@@ -39,7 +39,7 @@ pub(crate) struct AutoDiffWithoutEnable;
#[derive(Diagnostic)]
#[diag(codegen_llvm_lto_bitcode_from_rlib)]
pub(crate) struct LtoBitcodeFromRlib {
pub llvm_err: String,
pub err: String,
}
#[derive(Diagnostic)]