LLVM ist a mess
LLVM ist a mess
Posted Mar 18, 2024 6:55 UTC (Mon) by DemiMarie (subscriber, #164188)In reply to: LLVM ist a mess by Curan
Parent article: Cranelift code generation comes to Rust
I think part of the problem is that distributions and downstream try to use LLVM as a system library, instead of having each downstream bundle a known-good version. If each user of LLVM bundled it, these problems would go away, at the expense of significantly longer build times.
I know that Rust has a fork of LLVM. I believe this is partly because sometimes they need to fix miscompiles and can’t wait for upstream to take the patch.
