-
From a discussion https://github.com/ClangBuiltLinux/continuous-integration2/pull/719.
@nathanchance has some data about rebuilding clang with thinLTO + PGO + BOLT (with profiles from building linu…
-
| | |
| --- | --- |
| Bugzilla Link | [45524](https://llvm.org/bz45524) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@john-brawn-arm |
## Extended…
-
### Describe the feature or issue.
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 binar…
-
@deemru , @crypto-das , @aitsvet
https://github.com/RobRich999/Chromium_Clang
-
For years we've operated under the assumption that LTO (Link Time Optimization) is a net positive for production builds as it would:
- Increase performance (notably up to 20% in the GDScript VM with …
-
distcc can be useful when you have Gentoo/perform development on thin host (Raspberry Pi, Laptop...) and offload the heavy job to server. However such benefits would be nullified when attempting to us…
-
# Bug description
To reproduce the error:
- Checkout Linux kernel source tree from Linus Torvald's tree. I am at: 00dcf5d862e86e57f5ce46344039f11bb1ad61f6 ("Merge tag 'acpi-6.9-rc4' of git://git…
-
See https://reviews.llvm.org/D121428#inline-1161846. Not gonna have the bandwidth to work on it now, so feel free to grab this
-
| | |
| --- | --- |
| Bugzilla Link | [46692](https://llvm.org/bz46692) |
| Version | trunk |
| OS | Linux |
| CC | @agrieve,@dwblaikie,@MaskRay |
## Extended Description
clang++ -O3 -flto=thin -g…
-
I am try to build livepatch for kernel built with CONFIG_LTO_CLANG.
The first issue was these .o files are not ELF files, but LLVM IR bitcode. To resolve this, I made [some hack](https://github.com/…