-
```
ls llvm-project/llvm/test/ThinLTO/
AArch64 X86
ls llvm-project/llvm/test/ThinLTO/X86 | wc
180
ls llvm-project/llvm/test/ThinLTO/AArch64 | wc
3
```
It is difficult to test/debug Thin…
-
https://clang.llvm.org/docs/ThinLTO.html
https://programmer.ink/think/llvm-full-lto-learning-notes.html
LLVM中的lld程序流程分析 https://zhuanlan.zhihu.com/p/174077712
https://blog.llvm.org/2016/06/thinlt…
-
Hello,
Note: This is an RFC, not patch.
We would like to propose implementation of a new functionality in FASTBuild that will allow its seamless integration with Distributed ThinLTO technology (…
-
### Description
Both for CI and locally. This could affect performance.
An example build: https://ci.brave.com/job/brave-browser-build-macos-arm64/4077/
```
[2024-08-13T18:43:28.609Z] [1 processes…
-
### 详细叙述
[4009/4009] LINK ./naive
FAILED: naive
"python3" "../../build/toolchain/gcc_link_wrapper.py" --output="./naive" -- ../../third_party/llvm-build/Release+Asserts/bin/clang++ -fuse-ld=lld …
-
I'm experimenting with using ThinLTO instead of monolithic LTO for my builds. However, when building my code with ThinLTO enabled, I get the following crash:
```
/Users/dodo/.conan/data/emsdk_inst…
-
Hi, I’ve encountered issues building Chromium while experimenting with the suggested (non-)thinLTO configurations. Here are the main challenges:
- Linker Errors: When attempting to build Chromium usi…
-
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)…
-
I'm experimenting with ThinLTO instead of monolithic LTO, but unfortunately it always fails.
I get one of the two following errors at link time:
```
wasm-ld: error: inconsistent LTO Unit splitt…
-
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)…