Stream: git-cranelift

Topic: cranelift / Issue #1263 undefined reference to `__craneli...


view this post on Zulip GitHub (Jan 28 2020 at 15:58):

bnjbvr labeled Issue #1263:

function u0:0() -> i32 system_v {
    ss0 = explicit_slot 10000
    ss1 = explicit_slot 10000

ebb0:
    v0 = iconst.i32 0
    return v0
}

I expect this to compile and return 0. Instead I get a linker error:
/usr/local/bin/ld: /tmp/.tmpK629Dc: in function `main': intcode.c:(.text.main+0xc): undefined reference to `__cranelift_probestack'

Cranelift 0.49.0

view this post on Zulip GitHub (Feb 28 2020 at 23:27):

alexcrichton transferred Issue #1263:

function u0:0() -> i32 system_v {
    ss0 = explicit_slot 10000
    ss1 = explicit_slot 10000

ebb0:
    v0 = iconst.i32 0
    return v0
}

I expect this to compile and return 0. Instead I get a linker error:
/usr/local/bin/ld: /tmp/.tmpK629Dc: in function `main': intcode.c:(.text.main+0xc): undefined reference to `__cranelift_probestack'

Cranelift 0.49.0


Last updated: Nov 22 2024 at 16:03 UTC