We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e42a9a commit 92d6157Copy full SHA for 92d6157
compiler/rustc_codegen_llvm/src/lib.rs
@@ -403,6 +403,8 @@ impl CodegenBackend for LlvmCodegenBackend {
403
pub struct ModuleLlvm {
404
llcx: &'static mut llvm::Context,
405
llmod_raw: *const llvm::Module,
406
+
407
+ // independent from llcx and llmod_raw, resources get disposed by drop impl
408
tm: TargetMachineWrapper,
409
}
410
0 commit comments