Stream: cranelift

Topic: cg_clif on windows


view this post on Zulip Charles Lew (Dec 18 2020 at 04:31):

Hi, i'm trying to build cg_clif on windows without building llvm. But it seems it is importing libunwind from here so there's a linker error. Does this mean i have to build a llvm to use cg_clif?

Empowering everyone to build reliable and efficient software. - rust-lang/rust

view this post on Zulip bjorn3 (Dec 19 2020 at 21:48):

cg_clif doesn't yet have windows support: https://github.com/bjorn3/rustc_codegen_cranelift/issues/977

I believe cranelift is cross-platform. At least on windows. However I only found Bash scripts for building with cargo for example. Is this a limitation, or am I missing something? If a port from Ba...

view this post on Zulip bjorn3 (Dec 19 2020 at 21:49):

(please ping me for cg_clif related things)

view this post on Zulip bjorn3 (Dec 19 2020 at 21:50):

@Charles Lew ^

view this post on Zulip Charles Lew (Dec 23 2020 at 12:37):

thanks


Last updated: Oct 23 2024 at 20:03 UTC