-
Hi!
I noticed that in the `Cargo.toml` file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always a good thing to have)…
-
Hi everyone,
(This issue is based on [this SO post](https://stackoverflow.com/questions/67195322/extracting-llvm-bitcode-embedded-using-lto-embed-bitcode))
libLTO has the option to embed the pos…
-
| | |
| --- | --- |
| Bugzilla Link | [30368](https://llvm.org/bz30368) |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#29857 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jo…
-
Greetings. According to [this](https://doc.rust-lang.org/rustc/linker-plugin-lto.html) doc, I tried to perform cross-language lto across C/C++ and Rust with mold as the linker. However, I found that e…
-
In general we try to use the LLVM C API whenever we can as it's generally nice and stable. It also has the great benefit of being maintained by LLVM so it tends to never be a pain point when upgrading…
-
Hi!
I noticed that in the `Cargo.toml` file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always a good thing to have)…
-
Hi!
I noticed that in the `Cargo.toml` file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always a good thing to have)…
-
We previous successfully did a native-compilation of mips rustc 1.30.0 here:
https://buildd.debian.org/status/fetch.php?pkg=rustc&arch=mips&ver=1.30.0%2Bdfsg1-2%2Bb1&stamp=1541331217&raw=0
It wa…
-
Hi!
I noticed that in the `Cargo.toml` file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always a good thing to have)…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR51230](https://bugs.llvm.org/show_bug.cgi?id=51230) |
| Status | NEW |
| Importance | P enhancemen…