roc/crates/compiler/gen_llvm
Brendan Hansknecht fb049b661a
Remove early DCE of builtins
Early DCE was sometimes cleaning up functions that we actaully still needed.
At some point we can come back to it and try to properly protect all special functions.
Until then, this still enables DCE, but it runs later with the full generated Roc module.
2023-12-11 10:44:57 -08:00
..
src Remove early DCE of builtins 2023-12-11 10:44:57 -08:00
Cargo.toml split up bitcode building to reduce dependency chains 2023-03-10 09:39:43 -08:00