this post was submitted on 28 Jul 2022
20 points (100.0% liked)
Rust Programming
8191 readers
18 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What's wrong with the compiler Rust already has
LLVM supports fewer target machines than GCC
https://gcc.gnu.org/backends.html has a big table
https://www.llvm.org/Features.html
It's also good to have multiple compilers to exercise the spec.
Except in this case the compiler is the spec.
Holy cow
Install instructions via
wget | sudo
From what understand GCC supports more architectures than LLVM.
Also having alternatives is always nice.