rust-lang / rustc_codegen_cranelift

Cranelift based backend for rustc
Apache License 2.0
1.59k stars 100 forks source link

Add support for PowerPC64 LE Linux #1482

Closed runlevel5 closed 5 months ago

runlevel5 commented 5 months ago

The linux powerpc64le architecture has been quite popular amongst researchers and corporates. It would be great the architecture is supported. I could assist developers with access to ppc64le linux computers for development.

bjorn3 commented 5 months ago

Duplicate of https://github.com/rust-lang/rustc_codegen_cranelift/issues/1471. tl;dr: Cranelift needs to add a powerpc backend first.

bjorn3 commented 5 months ago

Wait, you are the same person who opened that other issue. Why did you open another issue?

runlevel5 commented 5 months ago

Wait, you are the same person who opened that other issue. Why did you open another issue?

I am sorry for my poor mixing up. I did create one issue before.