-
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)…
-
**Version of emscripten/emsdk:**
```
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.41 (71634e036d20209a5d81c2b2171e145b44de1e12)
clang version 17.0.0 (https://github.co…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR37532](https://bugs.llvm.org/show_bug.cgi?id=37532) |
| Status | CONFIRMED |
| Importance | P norm…
-
| | |
| --- | --- |
| Bugzilla Link | [37532](https://llvm.org/bz37532) |
| Version | trunk |
| OS | Linux |
| CC | @hahnjo,@pogo59 |
## Extended Description
The following patch changes FileCheck'…
-
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)…
-
The Wasm Driver for LLD seems to be missing options related to distributed ThinLTO.
https://gist.github.com/MaskRay/24f4e2eed208b9d8b0a3752575a665d4#distributed-thinlto may be a good reference.
…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR45712](https://bugs.llvm.org/show_bug.cgi?id=45712) |
| Status | NEW |
| Importance | P normal |
|…
-
Hello there!
I got error while compile MESA driver with mold.
Environment - Gentoo
---
mold: fatal: cannot open src/gallium/drivers/nouveau/libnouveau.a.p/nvc0_nvc0_video_vp.c.o: Too many open fil…
-
| | |
| --- | --- |
| Bugzilla Link | [40348](https://llvm.org/bz40348) |
| Version | trunk |
| OS | Linux |
| CC | @cpeterso,@dwblaikie,@fhahn,@froydnj,@ornata,@kbeyls |
## Extended Description
I…
-
I encountered a weird 'unreachable' instruction in my app and crash each time run into the function after I upgrade EMSDK from 3.0.0 to 3.1.28. I think the 'unreachable' instruction should not be her…