-
```
1. Try to compile rb_libtorrent-0.16.15 with clang-3.4
2. It will fail with
error in backend: Do not know how to split the result of this operator!
clang: error: clang frontend command failed wit…
-
```
1. Try to compile rb_libtorrent-0.16.15 with clang-3.4
2. It will fail with
error in backend: Do not know how to split the result of this operator!
clang: error: clang frontend command failed wit…
-
I opened this issue as an LLVM issue first, but LLVM experts indicated the problem is with the SPIRV-LLVM-Translator:
https://github.com/llvm/llvm-project/issues/68305
Thus I am opening it also here…
-
I tested both with and without LTO. I used clang to compile objects and the entire LLVM toolchain is on 17.0.6. This affects every shared object I tested this on.
For reference:
Gentoo Linux on x8…
-
* Version of collectd: 5.12.0
* Operating system / distribution: Gentoo Linux
* Kernel version (if applicable): Gentoo Sources 6.0.8
## Expected behavior
Using ```./configure``` with cla…
-
dev-zero made a monumental task of making working ebuilds for Intel NEO (new intel opencl driver for GPUs) and its toolchain (igc, opencl-clang, and etc)
https://github.com/dev-zero/gentoo/blob/mas…
-
bluez-5.72 and current 5.75 fail to build on musl-1.2.5 systems:
```
[...]
clang -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/elogind -I/usr/include/glib…
-
```
1. Try to compile rb_libtorrent-0.16.15 with clang-3.4
2. It will fail with
error in backend: Do not know how to split the result of this operator!
clang: error: clang frontend command failed wit…
-
distro: gentoo stable
if kernel compiled manually with gcc (default compiler), everything works perfectly fine
if binary kernel used or compiled manually with clang, then
- `make` fails with …
-
I will be building Gentoo from scratch soon, and I though about trying to use clang + LTO. Will you be interested in my results?