dlang-dockerized / packaging

D Programming Language · dockerized
1 stars 1 forks source link

LTO and LLD #11

Open 0xEAB opened 10 months ago

0xEAB commented 10 months ago

Do we package LLD (“lld-link”)? Is it the distro version or a self-compiled one?

LTO and similar might need a compatible version. That’s at least my experience.

Apparently there are other flags that might lead to issues as well: https://forum.dlang.org/post/ynowuepkhhhkmownanah@forum.dlang.org

0xEAB commented 10 months ago

Furthermore, can we build our compilers with LTO enabled during their build? (Assuming we use our bootstrapped LLVM + LDC)