NilFoundation / zkllvm-rslang

Other
15 stars 2 forks source link

Refine enabling the `--only-needed` option for llvm-link #40

Closed aleasims closed 1 year ago

aleasims commented 1 year ago

This option is better to be set in Linker interface inside the compiler (rustc_codegen_ssa::back::linker).

This will allow to use -C link-dead-code correctly.