Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
Mr_T_
11y ago
0 comments
Share
LLVM is a C++ monstrosity that takes hours to compile. Other programming language projects have to maintain a "temporary" fork of LLVM to achieve their goals:
https://github.com/rust-lang/llvm/tree/master
0 comments
default
newest
oldest
steveklabnik
11y ago
Rust doesn't do this because of the length of compile, it's because we occasionally patch LLVM, and then submit the patches upstream.
j
/
k
navigate · click thread line to collapse