Stream: git-wasmtime

Topic: wasmtime / PR #2954 s390x: Fix import


view this post on Zulip Wasmtime GitHub notifications bot (Jun 01 2021 at 08:53):

olivierlemasle opened PR #2954 from fix-s390x-import to main:

cranelift-codegen's build failed on s390x, with this error:

error[E0432]: unresolved import `crate::isa::unwind::systemv`
 --> cranelift/codegen/src/isa/s390x/mod.rs:6:25
  |
6 | use crate::isa::unwind::systemv::RegisterMappingError;
  |                         ^^^^^^^ could not find `systemv` in `unwind`

This import should be used only with unwind feature enabled.

Also remove unused import regalloc::Reg.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 01 2021 at 09:05):

olivierlemasle updated PR #2954 from fix-s390x-import to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 01 2021 at 09:06):

olivierlemasle edited PR #2954 from fix-s390x-import to main:

cranelift-codegen's build failed on s390x, with this error:

error[E0432]: unresolved import `crate::isa::unwind::systemv`
 --> cranelift/codegen/src/isa/s390x/mod.rs:6:25
  |
6 | use crate::isa::unwind::systemv::RegisterMappingError;
  |                         ^^^^^^^ could not find `systemv` in `unwind`

This import should be used only with unwind feature enabled.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 01 2021 at 11:17):

olivierlemasle edited PR #2954 from fix-s390x-import to main:

cranelift-codegen's build failed on s390x when the unwind feature is disabled, with this error:

error[E0432]: unresolved import `crate::isa::unwind::systemv`
 --> cranelift/codegen/src/isa/s390x/mod.rs:6:25
  |
6 | use crate::isa::unwind::systemv::RegisterMappingError;
  |                         ^^^^^^^ could not find `systemv` in `unwind`

This import should be used only with unwind feature enabled.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 01 2021 at 13:16):

bnjbvr submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 01 2021 at 13:16):

bnjbvr merged PR #2954.


Last updated: Nov 22 2024 at 17:03 UTC