-
When investigating https://github.com/llvm/llvm-project/issues/70703, we discovered that Unified LTO doesn't work w/ split LTO units.
To quote from that issue:
```
If you run Unified LTO with sp…
-
| | |
| --- | --- |
| Bugzilla Link | [50211](https://llvm.org/bz50211) |
| Version | trunk |
| OS | Linux |
| CC | @Arnaud-de-Grandmaison-ARM,@dwblaikie,@efriedma-quic,@pcc,@smithp35,@stephenhines …
-
I created this a while ago for a talk. I think it may be of interest for someone who has no idea what tinygo does behind the scenes, no?
![tinygoPipeline](https://user-images.githubusercontent.com/26…
-
We encountered a runtime crash bug due to miscompilation on a loop for utf8ToString in the SwiftProtobuf library built with thinlto (`-lto=llvm-thin`). The relevant source can be found https://github…
-
**Describe the bug**
Commit 18bec0d3e31884dc493a03741b2ec9fef17047ee introduces a regression in my build setup with the way it sets PKG_CONFIG_LIBDIR. In this particular configuration I use msys2 pkg…
-
Hi!
I found that LTO for the project was enabled in [this](https://github.com/wcampbell0x2a/zerus/commit/048e24f2f9c833605df02350f21dc31abf651ccd) commit but later was disabled [here](https://githu…
-
I'm getting a crash when running the rend3 examples ~~in --release mode~~ with lto=thin and using LLD. (edit: Happens in both dev builds and release builds when using thinLTO)
Rend3 repo: https://g…
-
**Describe the bug**
Saved pages of stackoverflow.com are not formatted properly.
**To Reproduce**
Steps to reproduce the behavior:
1. Import the configuration file [stackoverflow_profile_settin…
-
Right now doing a `x.py dist` roughly acts like this:
1) build tools deps // good parallelism
2) build tool // bad parallelism
3) thinlto tool // good parallelism
4) create dist artifact of the to…
-
Trying to build Qt 6.4.0-beta4 with clang/lld 15-rc3 and LTO enabled results in
```console
module flag identifiers must be unique (or of 'require' type)
!"CG Profile"
LLVM ERROR: Broken module f…