Rust and GCC, two different ways
Rust and GCC, two different ways
Posted Oct 4, 2021 19:30 UTC (Mon) by josh (subscriber, #17465)In reply to: Rust and GCC, two different ways by TheGopher
Parent article: Rust and GCC, two different ways
While it's theoretically possible for some architecture vendor or third party to ship a proprietary LLVM, and to ship a proprietary rustc based on that LLVM, rustc will never have official support for any target that requires a proprietary backend, so such a target would always be a permanent fork. (Source: I wrote rustc's policy for accepting new targets.)
Adding gcc support for Rust will not prevent or in any way affect the possibility of proprietary forks; those forks would just not use GCC.
