LLVM ist a mess
LLVM ist a mess
Posted Mar 19, 2024 18:11 UTC (Tue) by Cyberax (✭ supporter ✭, #52523)In reply to: LLVM ist a mess by intelfx
Parent article: Cranelift code generation comes to Rust
> 2) every such project's build output was bit-for-bit reproducible (and if no one ever used different compiler flags or versions).
That's actually how Nix works (compiler flags and environment are also a part of the content's hash). Some newer languages like Go also have this baked into the module system.
