We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4e640 commit f6d0e14Copy full SHA for f6d0e14
src/debuginfo/emit.rs
@@ -67,7 +67,7 @@ impl WriterRelocate {
67
}
68
69
/// Perform the collected relocations to be usable for JIT usage.
70
- #[cfg(feature = "jit")]
+ #[cfg(all(feature = "jit", not(windows)))]
71
pub(super) fn relocate_for_jit(mut self, jit_module: &cranelift_jit::JITModule) -> Vec<u8> {
72
for reloc in self.relocs.drain(..) {
73
match reloc.name {
0 commit comments