-
**Description:**
- RDKit Version: 201803.4
- Platform: Debian unstable
Buliding against PostgreSQL 11 using the PGXS Makefile works fine, but I get an error during install:
```
/bin/mkdir -…
-
Since incremental compilation supports being used in conjunction with ThinLTO the runtime performance of incrementally built artifacts is (presumably) roughly on par with non-incrementally built code.…
-
An AFDO profile roll broke Chromium's build with ThinLTO enabled by introducing linker warnings - which were promoted to errors - about `llvm.loop.unroll.enable`d loops not being unrolled:
```
ld.…
-
As follow-up to discussion in #3054 I added ldc-latest-ci builds to the weekly cron job for a small performance testing app. The app builds with ThinLTO and PGO. Both the Linux and MacOS builds failed…
-
H, i'm trying to build kernel-6.2.8 wth LLVM/clang-16.x and i got this error on x86_64. Full log is here https://abf.openmandriva.org/build_lists/296233
When i use ld.bfd instead of ld.lld then build…
-
| | |
| --- | --- |
| Bugzilla Link | [47760](https://llvm.org/bz47760) |
| Version | unspecified |
| OS | Windows 2000 |
## Extended Description
When setting up a new 32bit WIndows buildbot with …
-
**Describe the bug (描述bug)**
[`m->SetFailed()`](https://github.com/apache/incubator-brpc/blob/1.1.0/src/brpc/input_messenger.cpp#L227) is called with `saved_errno == 0` in [`InputMessenger::OnNewMess…
-
I build binutils and build llvm with -DLLVM_BINUTILS_INCDIR
I try to build prce-8.45
It generate a.out.0.5.precodegen.bc
`; ModuleID = 'a.out.0.5.precodegen.bc'
source_filename = "ld-temp.o"
targ…
-
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 will be building Gentoo from scratch soon, and I though about trying to use clang + LTO. Will you be interested in my results?